#include <ps_attrib_maker_bin_op.h>
Definition at line 39 of file ps_attrib_maker_bin_op.h.
Public Types | |
| enum | BinOp { selectArg1 = 0, selectArg2, modulate, add, subtract, last } |
|
|
Definition at line 41 of file ps_attrib_maker_bin_op.h.
00042 {
00043 selectArg1 = 0,
00044 selectArg2,
00045 modulate,
00046 add,
00047 subtract,
00048 last
00049 };
|
1.3.6