|
Blender V4.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| float | loc [3] |
| char | _pad [4] |
| struct DRWShadingGroup * | fx_sh |
| struct DRWShadingGroup * | fx_sh_b |
| struct DRWShadingGroup * | fx_sh_c |
Runtime temp data.
Definition at line 65 of file DNA_shader_fx_types.h.
| char ShaderFxData_Runtime::_pad[4] |
Definition at line 67 of file DNA_shader_fx_types.h.
| struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh |
Definition at line 68 of file DNA_shader_fx_types.h.
| struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh_b |
Definition at line 69 of file DNA_shader_fx_types.h.
| struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh_c |
Definition at line 70 of file DNA_shader_fx_types.h.
| float ShaderFxData_Runtime::loc[3] |
Definition at line 66 of file DNA_shader_fx_types.h.