mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 21:27:47 +02:00
wineopenxr: Don't sort funcpointers.
Sorting breaks generated code compilation due to funcpointers dependencies on each other in the up to date registry. CW-Bug-Id: #23689
This commit is contained in:

committed by
Arkadiusz Hiler

parent
7c56794fa5
commit
26e5b94e4c
@ -1545,13 +1545,13 @@ typedef struct XrHandJointLocationsEXT XrHandJointLocationsEXT;
|
||||
typedef struct XrSpatialAnchorSpaceCreateInfoMSFT XrSpatialAnchorSpaceCreateInfoMSFT;
|
||||
typedef struct XrControllerModelStateMSFT XrControllerModelStateMSFT;
|
||||
typedef struct XrNewSceneComputeInfoMSFT XrNewSceneComputeInfoMSFT;
|
||||
typedef void (XRAPI_PTR * PFN_xrVoidFunction)(
|
||||
void);
|
||||
typedef XrBool32 (XRAPI_PTR * PFN_xrDebugUtilsMessengerCallbackEXT)(
|
||||
XrDebugUtilsMessageSeverityFlagsEXT messageSeverity,
|
||||
XrDebugUtilsMessageTypeFlagsEXT messageTypes,
|
||||
const XrDebugUtilsMessengerCallbackDataEXT *callbackData,
|
||||
void *userData);
|
||||
typedef void (XRAPI_PTR * PFN_xrVoidFunction)(
|
||||
void);
|
||||
|
||||
struct XrActionCreateInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user