MCPcopy Create free account
hub / github.com/cinder/Cinder / disableDepthWrite

Function disableDepthWrite

src/cinder/gl/wrapper.cpp:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void disableDepthWrite()
386{
387 auto ctx = gl::context();
388 ctx->depthMask( GL_FALSE );
389}
390
391void enableStencilTest( bool enable )
392{

Callers 11

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
renderSceneMethod · 0.85
drawMethod · 0.85
fillGBufferMethod · 0.85
drawMethod · 0.85
renderMethod · 0.85
drawMethod · 0.85

Calls 2

depthMaskMethod · 0.80
contextFunction · 0.70

Tested by 1

drawMethod · 0.68