Blender V5.0
blender::gpu::render_graph::VKIndexBufferBinding Struct Reference

#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

Detailed Description

Definition at line 82 of file vk_pipeline_data.hh.

Member Function Documentation

◆ operator!=()

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

Definition at line 90 of file vk_pipeline_data.hh.

◆ operator==()

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

Definition at line 86 of file vk_pipeline_data.hh.

References buffer, and index_type.

Member Data Documentation

◆ buffer

◆ index_type

VkIndexType blender::gpu::render_graph::VKIndexBufferBinding::index_type

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