#include <dr_mtl.h>
Public Attributes | |
char | name [DRMTL_MAX_IDENTIFIER_NAME] |
The name of the identifier. More... | |
drmtl_type | type |
The type of the identifier. More... | |
Structure containing information about an identifier. An identifier contains a type (float, float2, etc.) and a name. The total size of this structure is 32 bytes. The name is null terminated.
Definition at line 200 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
char drmtl_identifier::name |
The name of the identifier.
Definition at line 206 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
drmtl_type drmtl_identifier::type |
The type of the identifier.
Definition at line 203 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.