nn::gd::CTR::System Classclass System
The system function includes features related to pipeline stages for all 3D rendering.
Module
|
The enum value of each GD API module. |
|---|
| S |
SetCallbackFunctionError
|
Sets the callback function. |
|---|---|---|
| S |
GetErrorStringFromResult
|
This function gets the error string for any nnResult. |
| S |
Initialize
|
Initializes the gd API. This function must be executed before calling any other gd functions. |
| S |
Finalize
|
Finalizes the gd API. |
| S |
ForceDirty
|
Puts the command of the specified module into reconfigure status. |
| S |
SetDefault
|
Resets the specified module to default values. |
| S |
Draw
|
Renders primitives from the vertex buffer currently configured. |
| S |
DrawIndexed
|
Renders an indexed primitive from the vertex buffer and index buffer currently configured. |
| S |
Execute3DCommandList
|
Executes the 3D command buffer. |
| S |
StartRecordingPackets
|
Starts saving the current command list object. |
| S |
GetCommandBufferOffset
|
Gets the current offset for the command buffer for which a command list object save has started. |
| S |
GetCommandBufferBaseAddress
|
Gets the base address of the saved command buffer. |
| S |
StopRecordingPackets
|
Stops saving the current command list object. |
| S |
ReplayPackets
|
Re-executes the command list object specified by packetId. |
| S |
ReleasePackets
|
Releases the saved command list object. |
CONFIDENTIAL