MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ClearDepthBuffer

Method ClearDepthBuffer

GTE/Graphics/GL46/GL46Engine.cpp:933–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void GL46Engine::ClearDepthBuffer()
934{
935 glClearDepth(mClearDepth);
936 glClear(GL_DEPTH_BUFFER_BIT);
937}
938
939void GL46Engine::ClearStencilBuffer()
940{

Callers

nothing calls this directly

Calls 2

glClearDepthFunction · 0.85
glClearFunction · 0.85

Tested by

no test coverage detected