Represents an OpenCL memory object. More...
Protected Member Functions | |
ComputeMemory (ComputeContext context, ComputeMemoryFlags flags) | |
override void | Dispose (bool manual) |
Properties | |
ComputeContext | Context [get] |
Gets the ComputeContext of the ComputeMemory . | |
ComputeMemoryFlags | Flags [get] |
Gets the ComputeMemoryFlags of the ComputeMemory . | |
long | Size [get, set] |
Gets or sets (protected) the size in bytes of the ComputeMemory . |
Represents an OpenCL memory object.
A memory object is a handle to a region of global memory.
Cloo.ComputeMemory.ComputeMemory | ( | ComputeContext | context, | |
ComputeMemoryFlags | flags | |||
) | [protected] |
override void Cloo.ComputeMemory.Dispose | ( | bool | manual | ) | [protected, virtual] |
Implements Cloo.ComputeResource.
ComputeContext Cloo.ComputeMemory.Context [get] |
Gets the ComputeContext
of the ComputeMemory
.
ComputeMemoryFlags Cloo.ComputeMemory.Flags [get] |
Gets the ComputeMemoryFlags
of the ComputeMemory
.
long Cloo.ComputeMemory.Size [get, set] |
Gets or sets (protected) the size in bytes of the ComputeMemory
.