|
Blender V4.3
|
#include <vk_draw_indexed_indirect_node.hh>
Public Attributes | |
| VKPipelineData | pipeline_data |
| VKIndexBufferBinding | index_buffer |
| VKVertexBufferBindings | vertex_buffers |
| VkBuffer | indirect_buffer |
| VkDeviceSize | offset |
| uint32_t | draw_count |
| uint32_t | stride |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 19 of file vk_draw_indexed_indirect_node.hh.
| uint32_t blender::gpu::render_graph::VKDrawIndexedIndirectData::draw_count |
Definition at line 25 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::VKBatch::multi_draw_indirect().
| VKIndexBufferBinding blender::gpu::render_graph::VKDrawIndexedIndirectData::index_buffer |
Definition at line 21 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedIndirectNode::build_links(), and blender::gpu::VKBatch::multi_draw_indirect().
| VkBuffer blender::gpu::render_graph::VKDrawIndexedIndirectData::indirect_buffer |
Definition at line 23 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedIndirectNode::build_links(), and blender::gpu::VKBatch::multi_draw_indirect().
| VkDeviceSize blender::gpu::render_graph::VKDrawIndexedIndirectData::offset |
Definition at line 24 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::VKBatch::multi_draw_indirect().
| VKPipelineData blender::gpu::render_graph::VKDrawIndexedIndirectData::pipeline_data |
Definition at line 20 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::VKBatch::multi_draw_indirect(), and blender::gpu::render_graph::VKDrawIndexedIndirectNode::set_node_data().
| uint32_t blender::gpu::render_graph::VKDrawIndexedIndirectData::stride |
Definition at line 26 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::VKBatch::multi_draw_indirect().
| VKVertexBufferBindings blender::gpu::render_graph::VKDrawIndexedIndirectData::vertex_buffers |
Definition at line 22 of file vk_draw_indexed_indirect_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedIndirectNode::build_links(), and blender::gpu::VKBatch::multi_draw_indirect().