vitasdk
Documentation of the vitasdk

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceRazorCapture_stub


Load the required module:

int sceSysmoduleLoadModule(SceSysmoduleModuleId id)
Load a module.
@ SCE_SYSMODULE_RAZOR_CAPTURE
Razor Capture module.
Definition: sysmodule.h:36



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...
 

Function Documentation

◆ sceRazorGpuCaptureSetTriggerNextFrame()

void sceRazorGpuCaptureSetTriggerNextFrame ( const char *  filename)

Sets a trigger for a gpu capture in next frame from Razor debugger.

Parameters
[in]filename- Filename of the file where to save capture results

◆ sceRazorGpuCaptureEnableSalvage()

void sceRazorGpuCaptureEnableSalvage ( const char *  filename)

Enables collecting of GPU captures when a gpucrash happens.

Parameters
[in]filename- Filename of the file where to save capture results