nn::gr::CTR::FrameBuffer::MakeClearRequest Member Function
void MakeClearRequest(
const u32 bufferBit,
bool isAddSplitDrawCmdlist = true
);
| Name | Description | |
|---|---|---|
| in | bufferBit | Render buffer type. Specify a value such as COLOR_BUFFER_BIT | DEPTH_STENCIL_BUFFER_BIT. |
| in | isAddSplitDrawCmdlist | Calls the nngxSplitDrawCmdlist function before generating a request. |
Generates a request to clear the color buffer and the depth/stencil buffer. When the isSplitDrawCmdlist argument is false, you must call the nngxSplitDrawCmdlist function before calling the request.
CONFIDENTIAL