|
Cloo 0.9.1
|
Represents the parent type to any Cloo buffer types. More...
Protected Member Functions | |
| ComputeBufferBase (ComputeContext context, ComputeMemoryFlags flags) | |
| void | Init () |
Properties | |
| long | Count [get, set] |
| Gets the number of elements in the ComputeBufferBase{T}. | |
Represents the parent type to any Cloo buffer types.
| T | The type of the elements of the buffer. |
| T | : | struct |
| Cloo.ComputeBufferBase< T >.ComputeBufferBase | ( | ComputeContext | context, |
| ComputeMemoryFlags | flags | ||
| ) | [protected] |
| context | |
| flags |
| void Cloo.ComputeBufferBase< T >.Init | ( | ) | [protected] |
long Cloo.ComputeBufferBase< T >.Count [get, set] |
Gets the number of elements in the ComputeBufferBase{T}.
The number of elements in the ComputeBufferBase{T}.
1.7.4