MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ClearZBuffer

Method ClearZBuffer

Source/SysPSP/Graphics/GraphicsContext.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void IGraphicsContext::ClearZBuffer()
234{
235 sceGuClearDepth(0);
236 sceGuClear(GU_DEPTH_BUFFER_BIT | GU_FAST_CLEAR_BIT);
237}
238
239void IGraphicsContext::ClearColBuffer(const c32 & colour)
240{

Callers 1

DLParser_FillRectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected