nn::gr::CTR::CommandBufferJumpHelper::FinalizeJump Member Function
void FinalizeJump(
bit32 * endAddress
);
| Name | Description | |
|---|---|---|
| in | endAddress |
The address of the write destination for the command. |
Completes the process of jumping to a command buffer by using the Jump function.
If the Jump function is called even once during the creation of the command buffer, call this function after that command buffer is generated.
Use the nngxFlush3DCommandPartially function after you add the segmentation command to complete generation of the command buffer.
For the pseudocode, see nn::gr::CTR::CommandBufferJumpHelper.
CONFIDENTIAL