Cloo 0.9.1
Protected Member Functions | Properties
Cloo.ComputeBufferBase< T > Class Template Reference

Represents the parent type to any Cloo buffer types. More...

Inheritance diagram for Cloo.ComputeBufferBase< T >:
Cloo.ComputeMemory Cloo.ComputeResource Cloo.ComputeObject Cloo.ComputeBuffer< T > Cloo.ComputeSubBuffer< T >

List of all members.

Protected Member Functions

 ComputeBufferBase (ComputeContext context, ComputeMemoryFlags flags)
void Init ()

Properties

long Count [get, set]
 Gets the number of elements in the ComputeBufferBase{T}.

Detailed Description

template<T>
class Cloo::ComputeBufferBase< T >

Represents the parent type to any Cloo buffer types.

Template Parameters:
TThe type of the elements of the buffer.
Type Constraints
T :struct 

Member Function Documentation

template<T >
Cloo.ComputeBufferBase< T >.ComputeBufferBase ( ComputeContext  context,
ComputeMemoryFlags  flags 
) [protected]
Parameters:
context
flags
template<T >
void Cloo.ComputeBufferBase< T >.Init ( ) [protected]

Property Documentation

template<T >
long Cloo.ComputeBufferBase< T >.Count [get, set]

Gets the number of elements in the ComputeBufferBase{T}.

The number of elements in the ComputeBufferBase{T}.


The documentation for this class was generated from the following file: