OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::DescriptorSetTexture2::Slot Struct Reference

#include <OgreDescriptorSetTexture.h>

Public Member Functions

 Slot ()
 Slot (SlotType _slotType)
bool empty () const
BufferSlotgetBuffer ()
const BufferSlotgetBuffer () const
TextureSlotgetTexture ()
const TextureSlotgetTexture () const
bool isBuffer () const
bool isTexture () const
bool operator!= (const Slot &other) const
bool operator< (const Slot &other) const

Public Attributes

SlotType slotType

Constructor & Destructor Documentation

◆ Slot() [1/2]

Ogre::DescriptorSetTexture2::Slot::Slot ( )
inline

◆ Slot() [2/2]

Ogre::DescriptorSetTexture2::Slot::Slot ( SlotType _slotType)
inline

Member Function Documentation

◆ empty()

bool Ogre::DescriptorSetTexture2::Slot::empty ( ) const
inline

References buffer, and texture.

◆ getBuffer() [1/2]

BufferSlot & Ogre::DescriptorSetTexture2::Slot::getBuffer ( )
inline

◆ getBuffer() [2/2]

const BufferSlot & Ogre::DescriptorSetTexture2::Slot::getBuffer ( ) const
inline

◆ getTexture() [1/2]

TextureSlot & Ogre::DescriptorSetTexture2::Slot::getTexture ( )
inline

◆ getTexture() [2/2]

const TextureSlot & Ogre::DescriptorSetTexture2::Slot::getTexture ( ) const
inline

◆ isBuffer()

bool Ogre::DescriptorSetTexture2::Slot::isBuffer ( ) const
inline

◆ isTexture()

bool Ogre::DescriptorSetTexture2::Slot::isTexture ( ) const
inline

◆ operator!=()

bool Ogre::DescriptorSetTexture2::Slot::operator!= ( const Slot & other) const
inline

◆ operator<()

bool Ogre::DescriptorSetTexture2::Slot::operator< ( const Slot & other) const
inline

Member Data Documentation

◆ buffer

BufferSlot Ogre::DescriptorSetTexture2::Slot::buffer

◆ slotType

SlotType Ogre::DescriptorSetTexture2::Slot::slotType

◆ texture

TextureSlot Ogre::DescriptorSetTexture2::Slot::texture

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