Structure representing the depth test function. More...
Public Member Functions | |
DepthFunc (DepthFuncMode mode, bool writeMask) | |
Creates the structure representing the depth test function. | |
void | Set (DepthFuncMode mode, bool writeMask) |
Sets a value to the structure representing the depth test function. | |
Properties | |
DepthFuncMode | Mode [get, set] |
Depth test function mode. | |
bool | WriteMask [get, set] |
Depth test function write mask. |
Structure representing the depth test function.
DepthFunc | ( | DepthFuncMode | mode, |
bool | writeMask | ||
) |
Creates the structure representing the depth test function.
mode | Depth test function mode |
writeMask | Depth test function write mask |
void Set | ( | DepthFuncMode | mode, |
bool | writeMask | ||
) |
Sets a value to the structure representing the depth test function.
mode | Depth test function mode |
writeMask | Depth test function write mask |