Click or drag to resize
SoComputeShaderSchedulernumWorkGroups Property

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFVec3i32 numWorkGroups { get; }

Property Value

Type: SoSFVec3i32
Remarks

Default value is (1, 1, 1)

See Also