MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ClearColorBuffer

Method ClearColorBuffer

GTE/Graphics/GL46/GL46Engine.cpp:927–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void GL46Engine::ClearColorBuffer()
928{
929 glClearColor(mClearColor[0], mClearColor[1], mClearColor[2], mClearColor[3]);
930 glClear(GL_COLOR_BUFFER_BIT);
931}
932
933void GL46Engine::ClearDepthBuffer()
934{

Callers

nothing calls this directly

Calls 2

glClearColorFunction · 0.85
glClearFunction · 0.85

Tested by

no test coverage detected