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

Method ClearColBuffer

Source/SysPSP/Graphics/GraphicsContext.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void IGraphicsContext::ClearColBuffer(const c32 & colour)
240{
241 sceGuClearColor(colour.GetColour());
242 sceGuClear(GU_COLOR_BUFFER_BIT | GU_FAST_CLEAR_BIT);
243}
244
245void IGraphicsContext::ClearColBufferAndDepth(const c32 & colour)
246{

Callers 1

DLParser_FillRectFunction · 0.45

Calls 1

GetColourMethod · 0.80

Tested by

no test coverage detected