Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
933
void GL46Engine::ClearDepthBuffer()
934
{
935
glClearDepth(mClearDepth);
936
glClear(GL_DEPTH_BUFFER_BIT);
937
}
938
939
void GL46Engine::ClearStencilBuffer()
940
{
Callers
nothing calls this directly
Calls
2
glClearDepth
Function · 0.85
glClear
Function · 0.85
Tested by
no test coverage detected