mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 21:27:47 +02:00
wineopenxr: Update to 1.0.20 registry version.
This commit is contained in:

committed by
Arkadiusz Hiler

parent
3dd273022e
commit
47d21b5618
@ -65,6 +65,26 @@ typedef struct wine_XrSceneMSFT {
|
||||
struct wine_XrSceneObserverMSFT *wine_scene_observer_msft;
|
||||
} wine_XrSceneMSFT;
|
||||
|
||||
typedef struct wine_XrPassthroughFB {
|
||||
XrPassthroughFB passthrough;
|
||||
struct wine_XrSession *wine_session;
|
||||
} wine_XrPassthroughFB;
|
||||
|
||||
typedef struct wine_XrPassthroughLayerFB {
|
||||
XrPassthroughLayerFB layer;
|
||||
struct wine_XrSession *wine_session;
|
||||
} wine_XrPassthroughLayerFB;
|
||||
|
||||
typedef struct wine_XrTriangleMeshFB {
|
||||
XrTriangleMeshFB mesh;
|
||||
struct wine_XrSession *wine_session;
|
||||
} wine_XrTriangleMeshFB;
|
||||
|
||||
typedef struct wine_XrGeometryInstanceFB {
|
||||
XrGeometryInstanceFB instance;
|
||||
struct wine_XrSession *wine_session;
|
||||
} wine_XrGeometryInstanceFB;
|
||||
|
||||
typedef struct wine_XrFoveationProfileFB {
|
||||
XrFoveationProfileFB foveation_profile;
|
||||
struct wine_XrSession *wine_session;
|
||||
|
Reference in New Issue
Block a user