|
Blender V4.3
|
#include <vk_draw_indexed_node.hh>
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 19 of file vk_draw_indexed_node.hh.
| uint32_t blender::gpu::render_graph::VKDrawIndexedData::first_index |
Definition at line 25 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw().
| uint32_t blender::gpu::render_graph::VKDrawIndexedData::first_instance |
Definition at line 27 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw().
| VKIndexBufferBinding blender::gpu::render_graph::VKDrawIndexedData::index_buffer |
Definition at line 21 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedNode::build_links(), and blender::gpu::VKBatch::draw().
| uint32_t blender::gpu::render_graph::VKDrawIndexedData::index_count |
Definition at line 23 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw().
| uint32_t blender::gpu::render_graph::VKDrawIndexedData::instance_count |
Definition at line 24 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw().
| VKPipelineData blender::gpu::render_graph::VKDrawIndexedData::pipeline_data |
Definition at line 20 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw(), and blender::gpu::render_graph::VKDrawIndexedNode::set_node_data().
| VKVertexBufferBindings blender::gpu::render_graph::VKDrawIndexedData::vertex_buffers |
Definition at line 22 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedNode::build_links(), and blender::gpu::VKBatch::draw().
| uint32_t blender::gpu::render_graph::VKDrawIndexedData::vertex_offset |
Definition at line 26 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::VKBatch::draw().