nn::gr::CTR::FrameBuffer::DepthStencilBuffer Classclass DepthStencilBuffer
Class for configuring depth and stencil buffer settings.
| virtualAddr | uptr |
The depth and stencil buffer virtual address. Type is uptr. |
|
|---|---|---|---|
| format | PicaDataDepth | The depth and stencil buffer format. The type is PicaDataDepth. |
|
| width | s32 |
The depth and stencil buffer width. The type is s32. |
|
| height | s32 |
The depth and stencil buffer height. The type is s32. |
|
| clearDepth | f32 |
Depth buffer clear value. The type is f32. The initial value is 1.0f. |
|
| clearStencil | u8 |
Stencil buffer clear value. The type is u8. The default value is 0. |
DepthStencilBuffer
|
Initializes the depth and stencil buffers to the initial values. | |
|---|---|---|
MakeCommand
|
Generates a rendering command based on information already set. |
CONFIDENTIAL