- cinder::Noncopyable
- cinder::gl::ScopedDepthWrite
Scopes state to control whether successful depth tests write to the depth buffer. See information on
glDepthMask()
.
You must enable depth testing / reading (
GL_DEPTH_TEST
) for this to take place.
Show All |