Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/nodes.h
| Context not available. | |||||
| #define __NODES_H__ | #define __NODES_H__ | ||||
| #include "render/graph.h" | #include "render/graph.h" | ||||
| #include "render/image.h" | |||||
| #include "graph/node.h" | #include "graph/node.h" | ||||
| #include "util/util_array.h" | #include "util/util_array.h" | ||||
| Context not available. | |||||
| int is_float; | int is_float; | ||||
| bool is_linear; | bool is_linear; | ||||
| bool use_alpha; | bool use_alpha; | ||||
| AlphaMode alpha_mode; | |||||
| ustring filename; | ustring filename; | ||||
| void *builtin_data; | void *builtin_data; | ||||
| NodeImageColorSpace color_space; | NodeImageColorSpace color_space; | ||||
| Context not available. | |||||