|
Blender V5.0
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| float | radius [2] |
| int | flag |
| int | samples |
| float | rotation |
| char | _pad [4] |
| ShaderFxData_Runtime | runtime |
Definition at line 72 of file DNA_shader_fx_types.h.
| char BlurShaderFxData::_pad[4] |
Definition at line 81 of file DNA_shader_fx_types.h.
| int BlurShaderFxData::flag |
Flags.
Definition at line 76 of file DNA_shader_fx_types.h.
| float BlurShaderFxData::radius[2] |
Definition at line 74 of file DNA_shader_fx_types.h.
Referenced by init_data().
| float BlurShaderFxData::rotation |
Rotation of blur effect.
Definition at line 80 of file DNA_shader_fx_types.h.
Referenced by init_data().
| ShaderFxData_Runtime BlurShaderFxData::runtime |
Definition at line 83 of file DNA_shader_fx_types.h.
| int BlurShaderFxData::samples |
| ShaderFxData BlurShaderFxData::shaderfx |
Definition at line 73 of file DNA_shader_fx_types.h.