#include <dr_mtl.h>
Public Attributes | |
union { | |
struct { | |
int x | |
} b1 | |
struct { | |
float x | |
} f1 | |
struct { | |
float x | |
float y | |
} f2 | |
struct { | |
float x | |
float y | |
float z | |
} f3 | |
struct { | |
float w | |
float x | |
float y | |
float z | |
} f4 | |
struct { | |
int x | |
} i1 | |
struct { | |
int x | |
int y | |
} i2 | |
struct { | |
int x | |
int y | |
int z | |
} i3 | |
struct { | |
int w | |
int x | |
int y | |
int z | |
} i4 | |
struct { | |
char value [DRMTL_MAX_PROPERTY_PATH] | |
} path | |
}; | |
The default value of the input variable. More... | |
union { | |
struct { | |
int x | |
} b1 | |
struct { | |
float x | |
} f1 | |
struct { | |
float x | |
float y | |
} f2 | |
struct { | |
float x | |
float y | |
float z | |
} f3 | |
struct { | |
float w | |
float x | |
float y | |
float z | |
} f4 | |
struct { | |
int x | |
} i1 | |
struct { | |
int x | |
int y | |
} i2 | |
struct { | |
int x | |
int y | |
int z | |
} i3 | |
struct { | |
int w | |
int x | |
int y | |
int z | |
} i4 | |
struct { | |
char value [DRMTL_MAX_PROPERTY_PATH] | |
} path | |
}; | |
The default value of the input variable. More... | |
char | name [DRMTL_MAX_PROPERTY_NAME] |
The name of the property. More... | |
drmtl_type | type |
The type of the property. More... | |
Definition at line 440 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
union { ... } |
The default value of the input variable.
union { ... } |
The default value of the input variable.
struct { ... } drmtl_property::b1 |
struct { ... } drmtl_property::b1 |
struct { ... } drmtl_property::f1 |
struct { ... } drmtl_property::f1 |
struct { ... } drmtl_property::f2 |
struct { ... } drmtl_property::f2 |
struct { ... } drmtl_property::f3 |
struct { ... } drmtl_property::f3 |
struct { ... } drmtl_property::f4 |
struct { ... } drmtl_property::f4 |
struct { ... } drmtl_property::i1 |
struct { ... } drmtl_property::i1 |
struct { ... } drmtl_property::i2 |
struct { ... } drmtl_property::i2 |
struct { ... } drmtl_property::i3 |
struct { ... } drmtl_property::i3 |
struct { ... } drmtl_property::i4 |
struct { ... } drmtl_property::i4 |
char drmtl_property::name |
The name of the property.
Definition at line 446 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
struct { ... } drmtl_property::path |
struct { ... } drmtl_property::path |
drmtl_type drmtl_property::type |
The type of the property.
Definition at line 443 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
char drmtl_property::value[DRMTL_MAX_PROPERTY_PATH] |
Definition at line 499 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
float drmtl_property::w |
Definition at line 471 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
int drmtl_property::w |
Definition at line 494 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
float drmtl_property::x |
Definition at line 453 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
int drmtl_property::x |
Definition at line 476 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
float drmtl_property::y |
Definition at line 458 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
int drmtl_property::y |
Definition at line 481 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
float drmtl_property::z |
Definition at line 464 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
int drmtl_property::z |
Definition at line 487 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.