Blender  V3.3
Public Attributes | List of all members
ShaderFxData Struct Reference

#include <DNA_shader_fx_types.h>

Public Attributes

struct ShaderFxDatanext
 
struct ShaderFxDataprev
 
int type
 
int mode
 
char _pad0 [4]
 
short flag
 
short ui_expand_flag
 
char name [64]
 
char * error
 

Detailed Description

Definition at line 52 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad0

char ShaderFxData::_pad0[4]

Definition at line 56 of file DNA_shader_fx_types.h.

◆ error

char* ShaderFxData::error

Definition at line 63 of file DNA_shader_fx_types.h.

Referenced by BKE_shaderfx_free_ex(), and shaderfx_panel_end().

◆ flag

short ShaderFxData::flag

◆ mode

int ShaderFxData::mode

◆ name

char ShaderFxData::name[64]

◆ next

struct ShaderFxData* ShaderFxData::next

◆ prev

struct ShaderFxData * ShaderFxData::prev

◆ type

int ShaderFxData::type

◆ ui_expand_flag

short ShaderFxData::ui_expand_flag

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