vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | PVRSRVGetMiscInfoKM (void *info) |
int | ksceGpuGetRegisterDump (void *dst, SceSize size) |
int | ksceGpuMmuMapMemory (void *mmuContext, uint32_t vaddr, void *base, uint32_t size, uint32_t flags) |
int | ksceGpuMmuUnmapMemory (void *mmuContext, uint32_t vaddr, uint32_t size) |
int PVRSRVGetMiscInfoKM | ( | void * | info | ) |
int ksceGpuGetRegisterDump | ( | void * | dst, |
SceSize | size | ||
) |
int ksceGpuMmuMapMemory | ( | void * | mmuContext, |
uint32_t | vaddr, | ||
void * | base, | ||
uint32_t | size, | ||
uint32_t | flags | ||
) |
int ksceGpuMmuUnmapMemory | ( | void * | mmuContext, |
uint32_t | vaddr, | ||
uint32_t | size | ||
) |