Range3D
Namespace
Brahma.FSharpRepresents 3-dimensional index space.
Contructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(...) | (globalWorkSizeX:int * globalWorkSizeY:int * globalWorkSizeZ:int) -> Range3D | CompiledName: |
# | new(...) | (globalWorkSizeX:int * globalWorkSizeY:int * globalWorkSizeZ:int * localWorkSizeX:int * localWorkSizeY:int * localWorkSizeZ:int) -> Range3D | Initializes a new instance of the UNRESOLVED(Range3D) class with specified global and local work size. CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.GlobalID0 | int | Gets the unique global work-item ID for dimension 0. CompiledName: |
# | x.GlobalID1 | int | Gets the unique global work-item ID for dimension 1. CompiledName: |
# | x.GlobalID2 | int | Gets the unique global work-item ID for dimension 2. CompiledName: |
# | x.GlobalWorkSize | int * int * int | CompiledName: |
# | x.LocalID0 | int | Gets the unique local work-item ID for dimension 0. CompiledName: |
# | x.LocalID1 | int | Gets the unique local work-item ID for dimension 1. CompiledName: |
# | x.LocalID2 | int | Gets the unique local work-item ID for dimension 2. CompiledName: |
# | x.LocalWorkSize | int * int * int | CompiledName: |
Initializes a new instance of the UNRESOLVED(Range3D) class with specified global and local work size setted to (1, 1, 1).