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

Function disableDepthRead

src/cinder/gl/wrapper.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367#endif
368
369void disableDepthRead()
370{
371 gl::disable( GL_DEPTH_TEST );
372}
373
374void enableDepthRead( bool enable )
375{

Callers 15

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

Calls 1

disableFunction · 0.50

Tested by 3

drawMethod · 0.68
drawMethod · 0.68
drawMethod · 0.68