nw::gfx::FrameBufferObject::ClearBuffer Member Function
void ClearBuffer(
u32 mask,
const ut::FloatColor & clearColor,
f32 clearDepth,
u8 clearStencil = 0
) const;
void ClearBuffer(
const ut::FloatColor & clearColor,
f32 clearDepth,
u8 clearStencil = 0
) const;
| ClearBuffer ( u32, const ut::FloatColor &, f32, u8 ) | Clears the framebuffer. |
| ClearBuffer ( const ut::FloatColor &, f32, u8 ) |
Executes a clear process equivalent to glClear on the frame buffer enabled by ActivateFrameBuffer.
CONFIDENTIAL