nn::gr::CTR::RenderState::DepthTest::MakeDisableCommand Member Function
static bit32 * MakeDisableCommand(
bit32 * command,
bool isClearFrameBufferCache = true
);
| Name | Description | |
|---|---|---|
| in | command | The start address for storing the rendering command. The type is bit32*. |
| in | isClearFrameBufferCache | Flushes the frame buffer cache. |
Disables depth tests. Note that all color masks are set equal to true.
CONFIDENTIAL