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