Hermes
|
DataType set of auxiliary functions. More...
Static Public Member Functions | |
static HERMES_DEVICE_CALLABLE DataType | typeFrom (u8 index) |
Translates DataType from identifier number. More... | |
template<typename T > | |
static HERMES_DEVICE_CALLABLE DataType | typeFrom () |
Translates template type T to DataType. More... | |
static u32 | typeSize (DataType type) |
Computes number of bytes from DataType. More... | |
static std::string | typeName (DataType type) |
Gets DataType string name. More... | |
DataType set of auxiliary functions.
|
inlinestatic |
Translates template type T to DataType.
T |
|
inlinestatic |
Translates DataType from identifier number.
index |
|
inlinestatic |
Gets DataType string name.
type |
Computes number of bytes from DataType.
type |