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

#include <node_texture_util.h>

Public Attributes

TexResulttarget
 
const floatco
 
floatdxt
 
floatdyt
 
int osatex
 
bool do_preview
 
bool do_manage
 
short thread
 
short which_output
 
int cfra
 
MTexmtex
 

Detailed Description

Definition at line 70 of file node_texture_util.h.

Member Data Documentation

◆ cfra

int TexCallData::cfra

Definition at line 81 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ co

const float* TexCallData::co

Definition at line 73 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ do_manage

bool TexCallData::do_manage

Definition at line 78 of file node_texture_util.h.

Referenced by exec(), and tex_call_delegate().

◆ do_preview

bool TexCallData::do_preview

Definition at line 77 of file node_texture_util.h.

Referenced by exec(), and tex_call_delegate().

◆ dxt

float* TexCallData::dxt

Definition at line 74 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ dyt

float * TexCallData::dyt

Definition at line 74 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ mtex

MTex* TexCallData::mtex

Definition at line 83 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ osatex

int TexCallData::osatex

Definition at line 76 of file node_texture_util.h.

Referenced by params_from_cdata().

◆ target

TexResult* TexCallData::target

Definition at line 71 of file node_texture_util.h.

Referenced by exec().

◆ thread

short TexCallData::thread

Definition at line 79 of file node_texture_util.h.

Referenced by exec().

◆ which_output

short TexCallData::which_output

Definition at line 80 of file node_texture_util.h.

Referenced by exec().


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