nn::gr::CTR::FrameBuffer::DepthStencilBuffer Classclass DepthStencilBuffer
Class for configuring depth and stencil buffer settings.
| virtualAddr | The depth and stencil buffer virtual address. Type is uptr. |
|
|---|---|---|
| format | The depth and stencil buffer format. Type is PicaDataDepth. |
|
| width | The depth and stencil buffer width. Type is f32. |
|
| height | The depth and stencil buffer height. Type is f32. |
|
| clearDepth | Depth buffer clear value. Type is f32. Initial value is 1.0f. |
|
| clearStencil | Stencil buffer clear value. Type is u8. Initial 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