Blender
V3.3
|
#include <GPU_shader_shared.h>
Public Attributes | |
float4 | color |
float3 | light |
float | _pad |
Definition at line 56 of file GPU_shader_shared.h.
float SimpleLightingData::_pad |
Definition at line 59 of file GPU_shader_shared.h.
float4 SimpleLightingData::color |
Definition at line 57 of file GPU_shader_shared.h.
Referenced by ui_draw_but_UNITVEC().
float3 SimpleLightingData::light |
Definition at line 58 of file GPU_shader_shared.h.
Referenced by ui_draw_but_UNITVEC().