vitasdk
Documentation of the vitasdk
graphics.h
Go to the documentation of this file.
1
7#ifndef _PSP2_PAF_GRAPHICS_H_
8#define _PSP2_PAF_GRAPHICS_H_
9
10#include <psp2/types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
26
27
29
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* _PSP2_PAF_GRAPHICS_H_ */
SceUInt32 scePafGraphicsCurrentWave
int scePafGraphicsUpdateCurrentWave(SceUInt32 index, SceFloat32 update_interval)
Update the current wave.
float SceFloat32
Definition types.h:66
uint32_t SceUInt32
Definition types.h:45