Enumerations | |
enum | Operation { CLEAR = 0x1500, AND = 0x1501, AND_REVERSE = 0x1502, COPY = 0x1503, AND_INVERTED = 0x1504, NOOP = 0x1505, XOR = 0x1506, OR = 0x1507, NOR = 0x1508, EQUIV = 0x1509, INVERT = 0x150A, OR_REVERSE = 0x150B, COPY_INVERTED = 0x150C, NAND = 0x150E, SET = 0x150F, INVALID } |
A render state logical operation. More... | |
Functions | |
FCOLLADA_EXPORT Operation | FromString (const char *value) |
Converts the COLLADA render state logic operation type string to the logic operation. | |
Operation | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (Operation op) |
Converts the logic operation to its COLLADA render state logic operation type string. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state logic operation type string to the logic operation.
|
|
Converts the logic operation to its COLLADA render state logic operation type string.
|