![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Functions | |
| void | sceRazorGpuCaptureSetTriggerNextFrame (const char *filename) |
| Sets a trigger for a gpu capture in next frame from Razor debugger. | |
| void | sceRazorGpuCaptureEnableSalvage (const char *filename) |
| Enables collecting of GPU captures when a gpucrash happens. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
Load the required module:
| void sceRazorGpuCaptureSetTriggerNextFrame | ( | const char * | filename | ) |
Sets a trigger for a gpu capture in next frame from Razor debugger.
| [in] | filename | - Filename of the file where to save capture results |
| void sceRazorGpuCaptureEnableSalvage | ( | const char * | filename | ) |
Enables collecting of GPU captures when a gpucrash happens.
| [in] | filename | - Filename of the file where to save capture results |