|
Blender V5.0
|
#include <node_texture_util.hh>
Public Attributes | |
| TexCallData * | cdata |
| TexFn | fn |
| bNode * | node |
| bNodeStack * | in [MAX_SOCKET] |
| int | type |
Definition at line 50 of file node_texture_util.hh.
| TexCallData* TexDelegate::cdata |
Definition at line 51 of file node_texture_util.hh.
Referenced by tex_output().
| TexFn TexDelegate::fn |
Definition at line 52 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| bNodeStack* TexDelegate::in[MAX_SOCKET] |
Definition at line 54 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| bNode* TexDelegate::node |
Definition at line 53 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| int TexDelegate::type |
Definition at line 55 of file node_texture_util.hh.
Referenced by tex_output().