vitasdk
Documentation of the vitasdk
razor_capture.h
Go to the documentation of this file.
1
6#ifndef _PSP2_RAZOR_CAPTURE_H_
7#define _PSP2_RAZOR_CAPTURE_H_
8
9#include <psp2/types.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
20void sceRazorGpuCaptureSetTriggerNextFrame(const char *filename);
21
27void sceRazorGpuCaptureEnableSalvage(const char *filename);
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* _PSP2_RAZOR_CAPTURE_H_ */
void sceRazorGpuCaptureEnableSalvage(const char *filename)
Enables collecting of GPU captures when a gpucrash happens.
void sceRazorGpuCaptureSetTriggerNextFrame(const char *filename)
Sets a trigger for a gpu capture in next frame from Razor debugger.