Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IComputePipelineContext

Class used to store and describe the pipeline context associated with a compute effect

Hierarchy

  • IComputePipelineContext

Index

Properties

Methods

Properties

isAsyncSearch playground for isAsync

isAsync: boolean

Gets a boolean indicating that this pipeline context is supporting asynchronous creating

isReadySearch playground for isReady

isReady: boolean

Gets a boolean indicating that the context is ready to be used (like shader / pipeline are compiled and ready for instance)

Methods

disposeSearch playground for dispose

  • dispose(): void
  • Releases the resources associated with the pipeline.

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method