Blender  V2.93
Public Attributes | List of all members
TexDelegate Struct Reference

#include <node_texture_util.h>

Public Attributes

TexCallDatacdata
 
TexFn fn
 
bNodenode
 
bNodePreviewpreview
 
bNodeStackin [MAX_SOCKET]
 
int type
 

Detailed Description

Definition at line 100 of file node_texture_util.h.

Member Data Documentation

◆ cdata

TexCallData* TexDelegate::cdata

Definition at line 101 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ fn

TexFn TexDelegate::fn

Definition at line 102 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ in

bNodeStack* TexDelegate::in[MAX_SOCKET]

Definition at line 105 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ node

bNode* TexDelegate::node

Definition at line 103 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ preview

bNodePreview* TexDelegate::preview

Definition at line 104 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ type

int TexDelegate::type

Definition at line 106 of file node_texture_util.h.

Referenced by tex_output().


The documentation for this struct was generated from the following file: