Blender V5.0
blender::gpu::render_graph::VKDrawIndexedData Struct Reference

#include <vk_draw_indexed_node.hh>

Public Attributes

VKPipelineDataGraphics graphics
VKIndexBufferBinding index_buffer
VKVertexBufferBindings vertex_buffers
uint32_t index_count
uint32_t instance_count
uint32_t first_index
uint32_t vertex_offset
uint32_t first_instance

Detailed Description

Information stored inside the render graph node. See VKRenderGraphNode.

Definition at line 19 of file vk_draw_indexed_node.hh.

Member Data Documentation

◆ first_index

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().

◆ first_instance

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().

◆ graphics

VKPipelineDataGraphics blender::gpu::render_graph::VKDrawIndexedData::graphics

◆ index_buffer

VKIndexBufferBinding blender::gpu::render_graph::VKDrawIndexedData::index_buffer

◆ index_count

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().

◆ instance_count

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().

◆ vertex_buffers

VKVertexBufferBindings blender::gpu::render_graph::VKDrawIndexedData::vertex_buffers

◆ vertex_offset

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().


The documentation for this struct was generated from the following file: