OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::D3D11VaoManager::Vao::VertexBinding Struct Reference

#include <OgreD3D11VaoManager.h>

Public Member Functions

bool operator== (const VertexBinding &_r) const
 

Public Attributes

uint32 instancingDivisor
 
size_t offset
 
uint32 stride
 
ID3D11BuffervertexBufferVbo
 
VertexElement2Vec vertexElements
 

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ instancingDivisor

uint32 Ogre::D3D11VaoManager::Vao::VertexBinding::instancingDivisor

◆ offset

size_t Ogre::D3D11VaoManager::Vao::VertexBinding::offset

◆ stride

uint32 Ogre::D3D11VaoManager::Vao::VertexBinding::stride

◆ vertexBufferVbo

ID3D11Buffer* Ogre::D3D11VaoManager::Vao::VertexBinding::vertexBufferVbo

◆ vertexElements

VertexElement2Vec Ogre::D3D11VaoManager::Vao::VertexBinding::vertexElements

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