Saga3D API Documentation  1.0-RC4
saga::video::SRasterizerState Struct Reference

#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
 

Detailed Description

Definition at line 11 of file SRasterizerState.h.

Member Data Documentation

◆ CullMode

E_CULL_MODE saga::video::SRasterizerState::CullMode = E_CULL_MODE::BACK_FACE

Definition at line 13 of file SRasterizerState.h.

◆ DepthBias

float saga::video::SRasterizerState::DepthBias = 0.f

Definition at line 16 of file SRasterizerState.h.

◆ DepthBiasClamp

float saga::video::SRasterizerState::DepthBiasClamp = 0.f

Definition at line 17 of file SRasterizerState.h.

◆ DepthBiasSlope

float saga::video::SRasterizerState::DepthBiasSlope = 0.f

Definition at line 18 of file SRasterizerState.h.

◆ DepthClamp

bool saga::video::SRasterizerState::DepthClamp = false

Definition at line 15 of file SRasterizerState.h.

◆ FrontFaceMode

E_FRONT_FACE_MODE saga::video::SRasterizerState::FrontFaceMode = E_FRONT_FACE_MODE::COUNTER_CLOCKWISE

Definition at line 14 of file SRasterizerState.h.

◆ SampleCount

int saga::video::SRasterizerState::SampleCount

Definition at line 19 of file SRasterizerState.h.


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