|
Blender
V3.3
|
#include "graph/node.h"#include "graph/node_type.h"#include "kernel/types.h"#include "util/list.h"#include "util/map.h"#include "util/param.h"#include "util/set.h"#include "util/types.h"#include "util/vector.h"Go to the source code of this file.
Classes | |
| class | ShaderInput |
| class | ShaderOutput |
| class | ShaderNode |
| class | ShaderNodeIDComparator |
| class | ShaderGraph |
Macros | |
| #define | SHADER_NODE_CLASS(type) |
| #define | SHADER_NODE_NO_CLONE_CLASS(type) |
| #define | SHADER_NODE_BASE_CLASS(type) |
Typedefs | |
| typedef set< ShaderNode *, ShaderNodeIDComparator > | ShaderNodeSet |
| typedef map< ShaderNode *, ShaderNode *, ShaderNodeIDComparator > | ShaderNodeMap |
Definition at line 273 of file shader_graph.h.
Definition at line 257 of file shader_graph.h.
Definition at line 267 of file shader_graph.h.
| typedef map<ShaderNode *, ShaderNode *, ShaderNodeIDComparator> ShaderNodeMap |
Definition at line 290 of file shader_graph.h.
| typedef set<ShaderNode *, ShaderNodeIDComparator> ShaderNodeSet |
Definition at line 289 of file shader_graph.h.
| enum ShaderBump |
| Enumerator | |
|---|---|
| SHADER_BUMP_NONE | |
| SHADER_BUMP_CENTER | |
| SHADER_BUMP_DX | |
| SHADER_BUMP_DY | |
Definition at line 39 of file shader_graph.h.
Definition at line 46 of file shader_graph.h.