|
Blender V5.0
|
#include <vk_pipeline_data.hh>
Public Member Functions | |
| bool | operator== (const VKIndexBufferBinding &other) const |
| bool | operator!= (const VKIndexBufferBinding &other) const |
Public Attributes | |
| VkBuffer | buffer |
| VkIndexType | index_type |
Definition at line 82 of file vk_pipeline_data.hh.
|
inline |
Definition at line 90 of file vk_pipeline_data.hh.
|
inline |
Definition at line 86 of file vk_pipeline_data.hh.
References buffer, and index_type.
| VkBuffer blender::gpu::render_graph::VKIndexBufferBinding::buffer |
Definition at line 83 of file vk_pipeline_data.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedIndirectNode::build_links(), blender::gpu::VKBatch::draw(), blender::gpu::VKBatch::multi_draw_indirect(), operator==(), blender::gpu::render_graph::vk_index_buffer_binding_build_commands(), and blender::gpu::render_graph::vk_index_buffer_binding_build_links().
| VkIndexType blender::gpu::render_graph::VKIndexBufferBinding::index_type |
Definition at line 84 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKBatch::draw(), blender::gpu::VKBatch::multi_draw_indirect(), operator==(), and blender::gpu::render_graph::vk_index_buffer_binding_build_commands().