Range2D
Namespace
Brahma.FSharpRepresents 2-dimensional index space.
Contructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(globalWorkSizeX, globalWorkSizeY) | (globalWorkSizeX:int * globalWorkSizeY:int) -> Range2D | CompiledName: |
# | new(...) | (globalWorkSizeX:int * globalWorkSizeY:int * localWorkSizeX:int * localWorkSizeY:int) -> Range2D | Initializes a new instance of the UNRESOLVED(Range2D) 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.GlobalWorkSize | 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.LocalWorkSize | int * int | CompiledName: |
Initializes a new instance of the UNRESOLVED(Range2D) class with specified global and local work size setted to (1, 1).