Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ ClearStencilBuffer
Method
ClearStencilBuffer
GTE/Graphics/GL46/GL46Engine.cpp:939–943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
937
}
938
939
void GL46Engine::ClearStencilBuffer()
940
{
941
glClearStencil(static_cast<GLint>(mClearStencil));
942
glClear(GL_STENCIL_BUFFER_BIT);
943
}
944
945
void GL46Engine::ClearBuffers()
946
{
Callers
1
Draw
Method · 0.45
Calls
2
glClearStencil
Function · 0.85
glClear
Function · 0.85
Tested by
no test coverage detected