OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::VulkanVaoManager::Vao::VertexBinding Struct Reference

#include <OgreVulkanVaoManager.h>

Public Member Functions

bool operator== (const VertexBinding &_r) const
 

Public Attributes

uint32 instancingDivisor
 
VkBuffer vertexBufferVbo
 
VertexElement2Vec vertexElements
 

Member Function Documentation

◆ operator==()

bool Ogre::VulkanVaoManager::Vao::VertexBinding::operator== ( const VertexBinding _r) const
inline

Member Data Documentation

◆ instancingDivisor

uint32 Ogre::VulkanVaoManager::Vao::VertexBinding::instancingDivisor

Referenced by operator==().

◆ vertexBufferVbo

VkBuffer Ogre::VulkanVaoManager::Vao::VertexBinding::vertexBufferVbo

Referenced by operator==().

◆ vertexElements

VertexElement2Vec Ogre::VulkanVaoManager::Vao::VertexBinding::vertexElements

Referenced by operator==().


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