Constants encompassing user type identifiers for the wrapping of nkMemory. More...
Static Public Attributes | |
static const nkMemory::String | NAMESPACE |
Identifies the namespace with nkMemory. | |
static const nkMemory::String | BUFFER |
Identifies a nkMemory::Buffer with nkMemory.Buffer. | |
static const nkMemory::String | BUFFER_CAST |
Identifies a nkMemory::BufferCast<unsigned char> with nkMemory.Buffer. | |
static const nkMemory::String | BUFFER_CAST_INT |
Identifies a nkMemory::BufferCast<int> with nkMemory.BufferCastInt. | |
static const nkMemory::String | BUFFER_CAST_FLOAT |
Identifies a nkMemory::BufferCast<float> with nkMemory.BufferCastFloat. | |
static const nkMemory::String | BUFFER_CAST_DOUBLE |
Identifies a nkMemory::BufferCast<double> with nkMemory.BufferCastDouble. | |
static const nkMemory::String | BUFFER_VIEW |
Identifies a nkMemory::BufferView<unsigned char> with nkMemory.BufferView. | |
static const nkMemory::String | BUFFER_VIEW_INT |
Identifies a nkMemory::BufferView<int> with nkMemory.BufferViewInt. | |
static const nkMemory::String | BUFFER_VIEW_FLOAT |
Identifies a nkMemory::BufferView<float> with nkMemory.BufferViewFloat. | |
static const nkMemory::String | BUFFER_VIEW_DOUBLE |
Identifies a nkMemory::BufferView<double> with nkMemory.BufferViewDouble. | |
Constants encompassing user type identifiers for the wrapping of nkMemory.
Use those constant identifiers to identify wrapped types when wrapping your own functions.