SoComputeShaderSchedulernumWorkGroups Property |
Specifies the number of local work groups dispatched in the X, Y and Z dimensions for the computation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFVec3i32 numWorkGroups { get; }
Public ReadOnly Property numWorkGroups As SoSFVec3i32
Get
public:
property SoSFVec3i32^ numWorkGroups {
SoSFVec3i32^ get ();
}
member numWorkGroups : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32Remarks Default value is (1, 1, 1)
See Also