|
Blender V5.0
|
#include <overlay_shader_shared.hh>
Public Attributes | |
| ThemeColors | colors |
| ThemeSizes | sizes |
| float2 | size_viewport |
| float2 | size_viewport_inv |
| float | fresnel_mix_edit |
| float | pixel_fac |
| bool32_t | backface_culling |
| float | _pad1 |
Definition at line 301 of file overlay_shader_shared.hh.
| float UniformData::_pad1 |
Definition at line 313 of file overlay_shader_shared.hh.
| bool32_t UniformData::backface_culling |
Definition at line 312 of file overlay_shader_shared.hh.
| ThemeColors UniformData::colors |
Definition at line 302 of file overlay_shader_shared.hh.
Referenced by bone_draw_line(), bone_locked_color_shade(), draw_points(), drw_shgroup_bone_ik_lines(), drw_shgroup_bone_ik_no_target_lines(), drw_shgroup_bone_ik_spline_lines(), drw_shgroup_bone_relationship_lines(), get_bone_solid_color(), get_bone_solid_with_consts_color(), get_bone_wire_color(), get_pchan_color_constraint(), get_pchan_color_solid(), and get_pchan_color_wire().
| float UniformData::fresnel_mix_edit |
Definition at line 310 of file overlay_shader_shared.hh.
| float UniformData::pixel_fac |
Definition at line 311 of file overlay_shader_shared.hh.
| float2 UniformData::size_viewport |
Other global states.
Definition at line 307 of file overlay_shader_shared.hh.
| float2 UniformData::size_viewport_inv |
Definition at line 308 of file overlay_shader_shared.hh.
| ThemeSizes UniformData::sizes |
Definition at line 303 of file overlay_shader_shared.hh.