|
API Documentation
|
|
|
static const nkMemory::String BUFFER_VIEW_FLOAT
Identifies a nkMemory::BufferView<float> with nkMemory.BufferViewFloat.
Definition: Constants.h:29
static const nkMemory::String BUFFER_CAST_INT
Identifies a nkMemory::BufferCast<int> with nkMemory.BufferCastInt.
Definition: Constants.h:23
static const nkMemory::String BUFFER_CAST
Identifies a nkMemory::BufferCast<unsigned char> with nkMemory.Buffer.
Definition: Constants.h:22
static const nkMemory::String NAMESPACE
Identifies the namespace with nkMemory.
Definition: Constants.h:16
static const nkMemory::String BUFFER_CAST_FLOAT
Identifies a nkMemory::BufferCast<float> with nkMemory.BufferCastFloat.
Definition: Constants.h:24
Constants encompassing user type identifiers for the wrapping of nkMemory.
Definition: Constants.h:14
static const nkMemory::String BUFFER
Identifies a nkMemory::Buffer with nkMemory.Buffer.
Definition: Constants.h:20
static const nkMemory::String BUFFER_VIEW_DOUBLE
Identifies a nkMemory::BufferView<double> with nkMemory.BufferViewDouble.
Definition: Constants.h:30
Class holding information about a string, with ownership over the data.
Definition: String.h:22
static const nkMemory::String BUFFER_CAST_DOUBLE
Identifies a nkMemory::BufferCast<double> with nkMemory.BufferCastDouble.
Definition: Constants.h:25
Encompasses the wrapping of nkMemory for scripting.
Definition: Constants.h:7
static const nkMemory::String BUFFER_VIEW_INT
Identifies a nkMemory::BufferView<int> with nkMemory.BufferViewInt.
Definition: Constants.h:28
static const nkMemory::String BUFFER_VIEW
Identifies a nkMemory::BufferView<unsigned char> with nkMemory.BufferView.
Definition: Constants.h:27