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