OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::StencilParams Struct Reference

#include <OgreCommon.h>

Public Member Functions

 StencilParams ()
 
bool operator!= (const StencilParams &other) const
 
bool operator< (const StencilParams &other) const
 

Public Attributes

uint8 enabled
 
uint8 padding
 
uint8 readMask
 
StencilStateOp stencilBack
 
StencilStateOp stencilFront
 
uint8 writeMask
 

Detailed Description

See also
HlmsPso regarding padding.

Constructor & Destructor Documentation

◆ StencilParams()

Ogre::StencilParams::StencilParams ( )
inline

Member Function Documentation

◆ operator!=()

bool Ogre::StencilParams::operator!= ( const StencilParams other) const
inline

◆ operator<()

bool Ogre::StencilParams::operator< ( const StencilParams other) const
inline

Member Data Documentation

◆ enabled

uint8 Ogre::StencilParams::enabled

Referenced by operator!=(), and operator<().

◆ padding

uint8 Ogre::StencilParams::padding

◆ readMask

uint8 Ogre::StencilParams::readMask

Referenced by operator!=(), and operator<().

◆ stencilBack

StencilStateOp Ogre::StencilParams::stencilBack

Referenced by operator!=(), and operator<().

◆ stencilFront

StencilStateOp Ogre::StencilParams::stencilFront

Referenced by operator!=(), and operator<().

◆ writeMask

uint8 Ogre::StencilParams::writeMask

Referenced by operator!=().


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