diff options
author | Reiko Asakura | 2020-09-23 13:03:51 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-09-23 13:03:51 -0400 |
commit | efc507147e0beb1ac5b2f046bf8e4d902bca652c (patch) | |
tree | 19d92ed113ce6ee627d5042953691c0baac14851 /include/user/gxm.h | |
parent | Add SceFios2Kernel (diff) | |
download | vds-libraries-efc507147e0beb1ac5b2f046bf8e4d902bca652c.tar.gz |
Refactor SceGxmInternal headers
Diffstat (limited to '')
-rw-r--r-- | include/user/gxm.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/user/gxm.h b/include/user/gxm.h new file mode 100644 index 0000000..60f3e11 --- /dev/null +++ b/include/user/gxm.h @@ -0,0 +1,18 @@ +#ifndef _DOLCESDK_PSP2_GXM_INTERNAL_H_ +#define _DOLCESDK_PSP2_GXM_INTERNAL_H_ + +/** @file + + Helper include file that includes all public headers. +*/ + +#include <psp2/gxm.h> + +#include <psp2/gxm/context_internal.h> +#include <psp2/gxm/init_internal.h> +#include <psp2/gxm/memory_internal.h> +#include <psp2/gxm/render_target_internal.h> +#include <psp2/gxm/shader_patcher_internal.h> +#include <psp2/gxm/sync_object_internal.h> + +#endif /* _DOLCESDK_PSP2_GXM_INTERNAL_H_ */ |