Click or drag to resize
SoComputeShaderScheduler Properties

The SoComputeShaderScheduler type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynumWorkGroups

Specifies the number of local work groups dispatched in the X, Y and Z dimensions for the computation.

Public propertypolicy

Specifies the policy used for scheduling the computation.

Public propertytrigger

Trigger field to execute the shader computation.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also