MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ClearZBuffer

Method ClearZBuffer

Source/SysGL/Graphics/GraphicsContextGL.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void GraphicsContextGL::ClearZBuffer()
170{
171 glDepthMask(GL_TRUE);
172 glClearDepth( 1.0f );
173 glClear( GL_DEPTH_BUFFER_BIT );
174}
175
176void GraphicsContextGL::ClearColBuffer(const c32 & colour)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected