|
Blender V5.0
|
#include <draw_shader_shared.hh>
Inherited by blender::draw::UniformBuffer< CurvesInfos >.
Public Attributes | |
| uint4 | is_point_attribute [DRW_ATTRIBUTE_PER_CURVES_MAX] |
| uint | vertex_per_segment |
| uint | half_cylinder_face_count |
| uint | _pad0 |
| uint | _pad1 |
Definition at line 251 of file draw_shader_shared.hh.
| uint CurvesInfos::_pad0 |
Definition at line 262 of file draw_shader_shared.hh.
| uint CurvesInfos::_pad1 |
Definition at line 263 of file draw_shader_shared.hh.
| uint CurvesInfos::half_cylinder_face_count |
Definition at line 261 of file draw_shader_shared.hh.
Referenced by blender::draw::curves_bind_resources_implementation().
| uint4 CurvesInfos::is_point_attribute[DRW_ATTRIBUTE_PER_CURVES_MAX] |
Per attribute scope, follows loading order.
Definition at line 256 of file draw_shader_shared.hh.
Referenced by blender::draw::curves_bind_resources_implementation(), and blender::draw::set_attribute_type().
| uint CurvesInfos::vertex_per_segment |
Definition at line 259 of file draw_shader_shared.hh.
Referenced by blender::draw::curves_bind_resources_implementation().