#include <GteDepthStencilState.h>

Classes | |
| struct | Face |
Public Member Functions | |
| DepthStencilState () | |
Public Member Functions inherited from gte::GraphicsObject | |
| std::string const & | GetName () const |
| GraphicsObjectType | GetType () const |
| bool | IsBuffer () const |
| bool | IsDrawingState () const |
| bool | IsShader () const |
| bool | IsTexture () const |
| bool | IsTextureArray () const |
| void | SetName (std::string const &name) |
| virtual | ~GraphicsObject () |
Public Attributes | |
| Face | backFace |
| Comparison | comparison |
| bool | depthEnable |
| Face | frontFace |
| unsigned int | reference |
| bool | stencilEnable |
| unsigned char | stencilReadMask |
| unsigned char | stencilWriteMask |
| WriteMask | writeMask |
Additional Inherited Members | |
Static Public Member Functions inherited from gte::GraphicsObject | |
| static void | SubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
| static void | UnsubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
Protected Member Functions inherited from gte::DrawingState | |
| DrawingState () | |
Protected Member Functions inherited from gte::GraphicsObject | |
| GraphicsObject () | |
Protected Attributes inherited from gte::GraphicsObject | |
| std::string | mName |
| GraphicsObjectType | mType |
Definition at line 15 of file GteDepthStencilState.h.
| DepthStencilState::DepthStencilState | ( | ) |
Definition at line 13 of file GteDepthStencilState.cpp.
| Face gte::DepthStencilState::backFace |
Definition at line 68 of file GteDepthStencilState.h.
| Comparison gte::DepthStencilState::comparison |
Definition at line 63 of file GteDepthStencilState.h.
| bool gte::DepthStencilState::depthEnable |
Definition at line 61 of file GteDepthStencilState.h.
| Face gte::DepthStencilState::frontFace |
Definition at line 67 of file GteDepthStencilState.h.
| unsigned int gte::DepthStencilState::reference |
Definition at line 69 of file GteDepthStencilState.h.
| bool gte::DepthStencilState::stencilEnable |
Definition at line 64 of file GteDepthStencilState.h.
| unsigned char gte::DepthStencilState::stencilReadMask |
Definition at line 65 of file GteDepthStencilState.h.
| unsigned char gte::DepthStencilState::stencilWriteMask |
Definition at line 66 of file GteDepthStencilState.h.
| WriteMask gte::DepthStencilState::writeMask |
Definition at line 62 of file GteDepthStencilState.h.