MCPcopy 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
939void GL46Engine::ClearStencilBuffer()
940{
941 glClearStencil(static_cast<GLint>(mClearStencil));
942 glClear(GL_STENCIL_BUFFER_BIT);
943}
944
945void GL46Engine::ClearBuffers()
946{

Callers 1

DrawMethod · 0.45

Calls 2

glClearStencilFunction · 0.85
glClearFunction · 0.85

Tested by

no test coverage detected