Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
void IGraphicsContext::ClearZBuffer()
234
{
235
sceGuClearDepth(0);
236
sceGuClear(GU_DEPTH_BUFFER_BIT | GU_FAST_CLEAR_BIT);
237
}
238
239
void IGraphicsContext::ClearColBuffer(const c32 & colour)
240
{
Callers
1
DLParser_FillRect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected