HDK
|
#include <RE_Types.h>
Public Member Functions | |
re_DepthState () | |
Public Attributes | |
int | myDepthTest |
int | myDepthClamp |
int | myDepthBufferWrite |
RE_ZFunction | myZFunction |
double | myZNear |
double | myZFar |
Definition at line 911 of file RE_Types.h.
|
inline |
Definition at line 914 of file RE_Types.h.
int re_DepthState::myDepthBufferWrite |
Definition at line 926 of file RE_Types.h.
int re_DepthState::myDepthClamp |
Definition at line 925 of file RE_Types.h.
int re_DepthState::myDepthTest |
Definition at line 924 of file RE_Types.h.
double re_DepthState::myZFar |
Definition at line 929 of file RE_Types.h.
RE_ZFunction re_DepthState::myZFunction |
Definition at line 927 of file RE_Types.h.
double re_DepthState::myZNear |
Definition at line 928 of file RE_Types.h.