Blender V5.0
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 96 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 109 of file vk_pipeline_data.hh.

◆ operator==()

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

Definition at line 101 of file vk_pipeline_data.hh.

References buffer, buffer_count, and offset.

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: