nn::applet::CTR::AssignGpuRight Function
void AssignGpuRight(
bool flag = true
);
| Name | Description | |
|---|---|---|
| in | flag | If this is true, get rendering rights. If this is false, discard rendering rights. |
Declares that the application will start rendering.
This function declares that the application will start rendering when execution switches to the application from a library applet, the HOME Menu, or some other program.
Applications do not normally need to call this function. In the future, this function might be removed from the public API.
CONFIDENTIAL