|
Blender V4.3
|
#include <draw_shader_shared.hh>
Inherited by blender::draw::StorageBuffer< DrawCommand >, and blender::draw::StorageBuffer< DrawCommand, true >.
Public Attributes | ||
| uint | vertex_len | |
| uint | instance_len | |
| uint | vertex_first | |
| union { | ||
| uint base_index | ||
| uint instance_first_array | ||
| }; | ||
| uint | instance_first_indexed | |
| uint | _pad0 | |
| uint | _pad1 | |
| uint | _pad2 | |
Definition at line 309 of file draw_shader_shared.hh.
| union { ... } DrawCommand |
| uint DrawCommand::_pad0 |
Definition at line 328 of file draw_shader_shared.hh.
| uint DrawCommand::_pad1 |
Definition at line 328 of file draw_shader_shared.hh.
| uint DrawCommand::_pad2 |
Definition at line 328 of file draw_shader_shared.hh.
| uint DrawCommand::base_index |
Definition at line 320 of file draw_shader_shared.hh.
| uint DrawCommand::instance_first_array |
Definition at line 322 of file draw_shader_shared.hh.
Referenced by blender::draw::DebugDraw::init().
| uint DrawCommand::instance_first_indexed |
Definition at line 326 of file draw_shader_shared.hh.
| uint DrawCommand::instance_len |
Definition at line 312 of file draw_shader_shared.hh.
Referenced by blender::draw::DebugDraw::init().
| uint DrawCommand::vertex_first |
Definition at line 313 of file draw_shader_shared.hh.
Referenced by blender::draw::DebugDraw::init().
| uint DrawCommand::vertex_len |
Definition at line 311 of file draw_shader_shared.hh.
Referenced by blender::draw::DebugDraw::init().