MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / rend_ClearZBuffer

Function rend_ClearZBuffer

renderer/HardwareOpenGL.cpp:1762–1762  ·  view source on GitHub ↗

Clears the zbuffer for the screen

Source from the content-addressed store, hash-verified

1760
1761// Clears the zbuffer for the screen
1762void rend_ClearZBuffer(void) { dglClear(GL_DEPTH_BUFFER_BIT); }
1763
1764// Clears the zbuffer for the screen
1765void rend_ResetCache(void) {

Callers 1

RenderMirrorRoomsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected