|
Blender V5.0
|
#include <vk_draw_node.hh>
Public Attributes | |
| VKPipelineDataGraphics | graphics |
| VKVertexBufferBindings | vertex_buffers |
| uint32_t | vertex_count |
| uint32_t | instance_count |
| uint32_t | first_vertex |
| uint32_t | first_instance |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 20 of file vk_draw_node.hh.
| uint32_t blender::gpu::render_graph::VKDrawData::first_instance |
Definition at line 26 of file vk_draw_node.hh.
| uint32_t blender::gpu::render_graph::VKDrawData::first_vertex |
Definition at line 25 of file vk_draw_node.hh.
| VKPipelineDataGraphics blender::gpu::render_graph::VKDrawData::graphics |
Definition at line 21 of file vk_draw_node.hh.
Referenced by blender::gpu::render_graph::VKDrawNode::set_node_data().
| uint32_t blender::gpu::render_graph::VKDrawData::instance_count |
Definition at line 24 of file vk_draw_node.hh.
| VKVertexBufferBindings blender::gpu::render_graph::VKDrawData::vertex_buffers |
Definition at line 22 of file vk_draw_node.hh.
Referenced by blender::gpu::render_graph::VKDrawNode::build_links().
| uint32_t blender::gpu::render_graph::VKDrawData::vertex_count |
Definition at line 23 of file vk_draw_node.hh.