Blender  V3.3
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 83 of file node_texture_util.h.

Member Data Documentation

◆ cdata

TexCallData* TexDelegate::cdata

Definition at line 84 of file node_texture_util.h.

Referenced by tex_output().

◆ fn

TexFn TexDelegate::fn

Definition at line 85 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ in

bNodeStack* TexDelegate::in[MAX_SOCKET]

Definition at line 88 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ node

bNode* TexDelegate::node

Definition at line 86 of file node_texture_util.h.

Referenced by tex_call_delegate(), and tex_output().

◆ preview

bNodePreview* TexDelegate::preview

Definition at line 87 of file node_texture_util.h.

Referenced by tex_output().

◆ type

int TexDelegate::type

Definition at line 89 of file node_texture_util.h.

Referenced by tex_output().


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