API for writing shader nodes. More...
Go to the source code of this file.
Data Structures | |
| struct | AtShaderNodeMethods |
| Shader Node methods structure. More... | |
Macros | |
| #define | AI_SHADER_NODE_EXPORT_METHODS(tag) |
| Shader Node methods exporter. More... | |
Node Method Declarations | |
| #define | shader_evaluate static void Evaluate(AtNode* node, AtShaderGlobals* sg) |
| Evaluate Shader method declaration. | |
Functions | |
Node Methods | |
| AI_API void | AiShaderEvaluate (AtNode *node, AtShaderGlobals *sg) |
| Evaluate a shader. More... | |
API for writing shader nodes.