Saga3D API Documentation
1.0-RC4
|
#include <SRasterizerState.h>
Public Attributes | |
E_CULL_MODE | CullMode = E_CULL_MODE::BACK_FACE |
E_FRONT_FACE_MODE | FrontFaceMode = E_FRONT_FACE_MODE::COUNTER_CLOCKWISE |
bool | DepthClamp = false |
float | DepthBias = 0.f |
float | DepthBiasClamp = 0.f |
float | DepthBiasSlope = 0.f |
int | SampleCount |
Definition at line 11 of file SRasterizerState.h.
E_CULL_MODE saga::video::SRasterizerState::CullMode = E_CULL_MODE::BACK_FACE |
Definition at line 13 of file SRasterizerState.h.
float saga::video::SRasterizerState::DepthBias = 0.f |
Definition at line 16 of file SRasterizerState.h.
float saga::video::SRasterizerState::DepthBiasClamp = 0.f |
Definition at line 17 of file SRasterizerState.h.
float saga::video::SRasterizerState::DepthBiasSlope = 0.f |
Definition at line 18 of file SRasterizerState.h.
bool saga::video::SRasterizerState::DepthClamp = false |
Definition at line 15 of file SRasterizerState.h.
E_FRONT_FACE_MODE saga::video::SRasterizerState::FrontFaceMode = E_FRONT_FACE_MODE::COUNTER_CLOCKWISE |
Definition at line 14 of file SRasterizerState.h.
int saga::video::SRasterizerState::SampleCount |
Definition at line 19 of file SRasterizerState.h.