#include <NvBlastTypes.h>
Public Types | |
Public Attributes | |
| uint32_t | dataType |
| uint32_t | formatVersion |
| uint32_t | reserved |
| uint32_t | size |
| uint32_t NvBlastDataBlock::dataType |
A data type keeps value from Type enum
| uint32_t NvBlastDataBlock::formatVersion |
A number which is incremented every time the data layout changes. Depending on dataType corresponding data format is kept. See NvBlastAssetDataFormat, NvBlastFamilyDataFormat enum.
| uint32_t NvBlastDataBlock::reserved |
Reserved to be possibly used in future versions
| uint32_t NvBlastDataBlock::size |
The size of the family, including this header.
Memory sizes are restricted to 32-bit representable values.