diff options
| author | GrapheneCt | 2021-02-25 12:47:51 -0500 |
|---|---|---|
| committer | Reiko Asakura | 2021-02-25 12:47:51 -0500 |
| commit | 22ea5b75c8a1fa889ae11ff4e5b859ab1c49c84a (patch) | |
| tree | 8e13cc7252a563d22debcc087f4b91552c20a9d1 /include/user | |
| parent | Add PowerVR services header (diff) | |
| download | vds-libraries-22ea5b75c8a1fa889ae11ff4e5b859ab1c49c84a.tar.gz | |
Add sceGxmGetDeviceData
Diffstat (limited to '')
| -rw-r--r-- | include/user/gxm/init.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/user/gxm/init.h b/include/user/gxm/init.h index 929c24e..a358ff7 100644 --- a/include/user/gxm/init.h +++ b/include/user/gxm/init.h @@ -62,6 +62,15 @@ SceGxmErrorCode sceGxmInitializeInternal(const SceGxmInitializeParams *params); */ bool sceGxmIsInitializedInternal(void); +/** Gets PowerVR service device data. + + @return + Pointer to device data. + + @ingroup render +*/ +void *sceGxmGetDeviceData(void); + #ifdef __cplusplus } #endif // def __cplusplus |
