#include <GteRasterizerState.h>

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 |
Definition at line 15 of file GteRasterizerState.h.
| RasterizerState::RasterizerState | ( | ) |
Definition at line 13 of file GteRasterizerState.cpp.
| 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.