SoOpenCLDeviceGetMaxWorkItemSizes Method |
Returns the maximum grid size for this device.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void GetMaxWorkItemSizes(
out int x,
out int y,
out int z
)
Public Sub GetMaxWorkItemSizes (
<OutAttribute> ByRef x As Integer,
<OutAttribute> ByRef y As Integer,
<OutAttribute> ByRef z As Integer
)
public:
void GetMaxWorkItemSizes(
[OutAttribute] int% x,
[OutAttribute] int% y,
[OutAttribute] int% z
)
member GetMaxWorkItemSizes :
x : int byref *
y : int byref *
z : int byref -> unit
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- z
- Type: SystemInt32
Remarks
See Also