Blender V4.3
blender::gpu::render_graph::VKVertexBufferBindings Struct Reference

#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]
 

Detailed Description

Definition at line 51 of file vk_pipeline_data.hh.

Member Function Documentation

◆ operator!=()

bool blender::gpu::render_graph::VKVertexBufferBindings::operator!= ( const VKVertexBufferBindings & other) const
inline

Definition at line 64 of file vk_pipeline_data.hh.

◆ operator==()

bool blender::gpu::render_graph::VKVertexBufferBindings::operator== ( const VKVertexBufferBindings & other) const
inline

Definition at line 56 of file vk_pipeline_data.hh.

References buffer, and buffer_count.

Member Data Documentation

◆ buffer

◆ buffer_count

◆ offset

VkDeviceSize blender::gpu::render_graph::VKVertexBufferBindings::offset[16]

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