Range2D

Namespace

Brahma.FSharp


Represents 2-dimensional index space.

Contructors

ConstructorSignatureDescription
#new(globalWorkSizeX, globalWorkSizeY)(globalWorkSizeX:int * globalWorkSizeY:int) -> Range2D

Initializes a new instance of the UNRESOLVED(Range2D) class with specified global and local work size setted to (1, 1).

CompiledName:.ctor

#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:.ctor

Instance members

Instance memberSignatureDescription
#x.GlobalID0int

Gets the unique global work-item ID for dimension 0.

CompiledName:get_GlobalID0

#x.GlobalID1int

Gets the unique global work-item ID for dimension 1.

CompiledName:get_GlobalID1

#x.GlobalWorkSizeint * int

CompiledName:get_GlobalWorkSize

#x.LocalID0int

Gets the unique local work-item ID for dimension 0.

CompiledName:get_LocalID0

#x.LocalID1int

Gets the unique local work-item ID for dimension 1.

CompiledName:get_LocalID1

#x.LocalWorkSizeint * int

CompiledName:get_LocalWorkSize