Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Graphics::RenderStateDesc Struct Reference

#include <RenderState.h>

Public Member Functions

 RenderStateDesc ()
 
bool operator!= (const RenderStateDesc &rhs) const
 
bool operator== (const RenderStateDesc &rhs) const
 

Public Attributes

BlendMode blendMode
 
FaceCullMode cullMode
 
PrimitiveType primitiveType
 
bool depthTest
 
bool depthWrite
 
bool scissorTest
 

Constructor & Destructor Documentation

◆ RenderStateDesc()

Graphics::RenderStateDesc::RenderStateDesc ( )
inline

Member Function Documentation

◆ operator!=()

bool Graphics::RenderStateDesc::operator!= ( const RenderStateDesc rhs) const
inline

◆ operator==()

bool Graphics::RenderStateDesc::operator== ( const RenderStateDesc rhs) const
inline

Member Data Documentation

◆ blendMode

BlendMode Graphics::RenderStateDesc::blendMode

◆ cullMode

FaceCullMode Graphics::RenderStateDesc::cullMode

◆ depthTest

bool Graphics::RenderStateDesc::depthTest

◆ depthWrite

bool Graphics::RenderStateDesc::depthWrite

◆ primitiveType

PrimitiveType Graphics::RenderStateDesc::primitiveType

◆ scissorTest

bool Graphics::RenderStateDesc::scissorTest

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