|
Blender V4.3
|
#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 51 of file vk_pipeline_data.hh.
|
inline |
Definition at line 64 of file vk_pipeline_data.hh.
|
inline |
Definition at line 56 of file vk_pipeline_data.hh.
References buffer, and buffer_count.
| VkBuffer blender::gpu::render_graph::VKVertexBufferBindings::buffer[16] |
Definition at line 53 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 52 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 54 of file vk_pipeline_data.hh.
Referenced by blender::gpu::VKVertexAttributeObject::bind(), and blender::gpu::render_graph::vk_vertex_buffer_bindings_build_commands().