#include <dr_mtl.h>
Public Attributes | |
unsigned int | id |
The identifier index of the applicable variable. More... | |
float | valuef |
The constant value, as a float. More... | |
int | valuei |
The constant value, as an integer. More... | |
An instruction input value. An input value to an instruction can usually be a constant or the identifier index of the applicable variable.
Definition at line 297 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
unsigned int drmtl_instruction_input::id |
The identifier index of the applicable variable.
Definition at line 300 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
float drmtl_instruction_input::valuef |
The constant value, as a float.
Definition at line 303 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
int drmtl_instruction_input::valuei |
The constant value, as an integer.
Definition at line 306 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.