cubos::core::gl::DepthStencilStateDesc::Depth struct

Decribes a depth state.

Public variables

bool enabled
Enable depth checks?
bool writeEnabled
Write to depth?
float near
Depth near value.
float far
Depth far value.
Compare compare
Depth comparison function.