nw::gfx::FrameBufferObject::ClearBuffer Member Function

Syntax

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;

List of Overloaded Member Functions

ClearBuffer ( u32, const ut::FloatColor &, f32, u8 ) Clears the framebuffer.
ClearBuffer ( const ut::FloatColor &, f32, u8 )

Description of ClearBuffer ( u32, const ut::FloatColor &, f32, u8 )

Executes a clear process equivalent to glClear on the frame buffer enabled by ActivateFrameBuffer.

Description of ClearBuffer ( const ut::FloatColor &, f32, u8 )


CONFIDENTIAL