Public Member Functions | Public Attributes | List of all members
gte::RasterizerState Class Reference

#include <GteRasterizerState.h>

Inheritance diagram for gte::RasterizerState:
Inheritance graph
[legend]

Public Member Functions

 RasterizerState ()
 
- 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

CullMode cullMode
 
int depthBias
 
float depthBiasClamp
 
bool enableAntialiasedLine
 
bool enableDepthClip
 
bool enableMultisample
 
bool enableScissor
 
FillMode fillMode
 
bool frontCCW
 
float slopeScaledDepthBias
 

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
 

Detailed Description

Definition at line 15 of file GteRasterizerState.h.

Constructor & Destructor Documentation

RasterizerState::RasterizerState ( )

Definition at line 13 of file GteRasterizerState.cpp.

Member Data Documentation

CullMode gte::RasterizerState::cullMode

Definition at line 37 of file GteRasterizerState.h.

int gte::RasterizerState::depthBias

Definition at line 39 of file GteRasterizerState.h.

float gte::RasterizerState::depthBiasClamp

Definition at line 40 of file GteRasterizerState.h.

bool gte::RasterizerState::enableAntialiasedLine

Definition at line 45 of file GteRasterizerState.h.

bool gte::RasterizerState::enableDepthClip

Definition at line 42 of file GteRasterizerState.h.

bool gte::RasterizerState::enableMultisample

Definition at line 44 of file GteRasterizerState.h.

bool gte::RasterizerState::enableScissor

Definition at line 43 of file GteRasterizerState.h.

FillMode gte::RasterizerState::fillMode

Definition at line 36 of file GteRasterizerState.h.

bool gte::RasterizerState::frontCCW

Definition at line 38 of file GteRasterizerState.h.

float gte::RasterizerState::slopeScaledDepthBias

Definition at line 41 of file GteRasterizerState.h.


The documentation for this class was generated from the following files:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06