mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
GPU: OpenXR integration (#14837)
Based on Beyley's initial draft in #11601. Co-authored-by: Beyley Cardellio <ep1cm1n10n123@gmail.com> Co-authored-by: Ethan Lee <flibitijibibo@gmail.com>
This commit is contained in:
parent
8fa8c331a5
commit
9a91d7236a
36 changed files with 19723 additions and 102 deletions
|
|
@ -66,6 +66,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook(void);
|
|||
|
||||
extern SDL_DECLSPEC void SDLCALL JNI_OnLoad(void);
|
||||
|
||||
#include <SDL3/SDL_openxr.h>
|
||||
|
||||
const static struct {
|
||||
const char *name;
|
||||
SDL_FunctionPointer address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue