![]() |
LLGL 0.05 Beta
|
Functions | |
| LLGL_EXPORT std::uint32_t | LLGL::DataTypeSize (const DataType dataType) |
| Returns the size (in bytes) of the specified data type. | |
| LLGL_EXPORT bool | LLGL::IsSIntDataType (const DataType dataType) |
| Determines if the argument refers to a signed integer data type. | |
| LLGL_EXPORT bool | LLGL::IsUIntDataType (const DataType dataType) |
| Determines if the argument refers to an unsigned integer data type. | |
| LLGL_EXPORT bool | LLGL::IsFloatDataType (const DataType dataType) |
| Determines if the argument refers to a floating-pointer data type. | |
| LLGL_EXPORT std::uint32_t LLGL::DataTypeSize | ( | const DataType | dataType | ) |
Returns the size (in bytes) of the specified data type.
| LLGL_EXPORT bool LLGL::IsFloatDataType | ( | const DataType | dataType | ) |
Determines if the argument refers to a floating-pointer data type.
| LLGL_EXPORT bool LLGL::IsSIntDataType | ( | const DataType | dataType | ) |
Determines if the argument refers to a signed integer data type.
| LLGL_EXPORT bool LLGL::IsUIntDataType | ( | const DataType | dataType | ) |
Determines if the argument refers to an unsigned integer data type.