|
Blender V4.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| int | size [3] |
| int | flag |
| float | rgba [4] |
| ShaderFxData_Runtime | runtime |
Definition at line 154 of file DNA_shader_fx_types.h.
| int PixelShaderFxData::flag |
| float PixelShaderFxData::rgba[4] |
Definition at line 160 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), and init_data().
| ShaderFxData_Runtime PixelShaderFxData::runtime |
Definition at line 161 of file DNA_shader_fx_types.h.
| ShaderFxData PixelShaderFxData::shaderfx |
Definition at line 155 of file DNA_shader_fx_types.h.
| int PixelShaderFxData::size[3] |
Last element used for shader only.
Definition at line 157 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_pixelize(), and init_data().