|
Blender V4.5
|
#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 299 of file draw_shader_shared.hh.
| union { ... } DrawCommand |
| uint DrawCommand::_pad0 |
Definition at line 318 of file draw_shader_shared.hh.
| uint DrawCommand::_pad1 |
Definition at line 318 of file draw_shader_shared.hh.
| uint DrawCommand::_pad2 |
Definition at line 318 of file draw_shader_shared.hh.
| uint DrawCommand::base_index |
Definition at line 310 of file draw_shader_shared.hh.
| uint DrawCommand::instance_first_array |
Definition at line 312 of file draw_shader_shared.hh.
| uint DrawCommand::instance_first_indexed |
Definition at line 316 of file draw_shader_shared.hh.
| uint DrawCommand::instance_len |
Definition at line 302 of file draw_shader_shared.hh.
| uint DrawCommand::vertex_first |
Definition at line 303 of file draw_shader_shared.hh.
| uint DrawCommand::vertex_len |
Definition at line 301 of file draw_shader_shared.hh.