|
Blender V5.0
|
#include <vk_pipeline_data.hh>
Public Member Functions | |
| bool | operator== (const VKVertexBufferBindings &other) const |
| bool | operator!= (const VKVertexBufferBindings &other) const |
Public Attributes | |
| uint32_t | buffer_count |
| VkBuffer | buffer [16] |
| VkDeviceSize | offset [16] |
Definition at line 96 of file vk_pipeline_data.hh.
|
inline |
Definition at line 109 of file vk_pipeline_data.hh.
|
inline |
Definition at line 101 of file vk_pipeline_data.hh.
References buffer, buffer_count, and offset.
| VkBuffer blender::gpu::render_graph::VKVertexBufferBindings::buffer[16] |
Definition at line 98 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKVertexAttributeObject::bind(), operator==(), blender::gpu::render_graph::vk_vertex_buffer_bindings_build_commands(), and blender::gpu::render_graph::vk_vertex_buffer_bindings_build_links().
| uint32_t blender::gpu::render_graph::VKVertexBufferBindings::buffer_count |
Definition at line 97 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKVertexAttributeObject::bind(), operator==(), blender::gpu::render_graph::vk_vertex_buffer_bindings_build_commands(), and blender::gpu::render_graph::vk_vertex_buffer_bindings_build_links().
| VkDeviceSize blender::gpu::render_graph::VKVertexBufferBindings::offset[16] |
Definition at line 99 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKVertexAttributeObject::bind(), operator==(), and blender::gpu::render_graph::vk_vertex_buffer_bindings_build_commands().