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 877 of file RE_Types.h.
|
inline |
Definition at line 880 of file RE_Types.h.
int re_DepthState::myDepthBufferWrite |
Definition at line 892 of file RE_Types.h.
int re_DepthState::myDepthClamp |
Definition at line 891 of file RE_Types.h.
int re_DepthState::myDepthTest |
Definition at line 890 of file RE_Types.h.
double re_DepthState::myZFar |
Definition at line 895 of file RE_Types.h.
RE_ZFunction re_DepthState::myZFunction |
Definition at line 893 of file RE_Types.h.
double re_DepthState::myZNear |
Definition at line 894 of file RE_Types.h.