You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue (number 1929) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1929 ), to facilitate working group processes.
This GitHub issue will continue to be the main site of discussion.
Loader expects
xrNegotiateLoaderApiLayerInterface
to use __stdcall convention for Win32 target:OpenXR-SDK-Source/src/loader/api_layer_interface.cpp
Line 280 in 15c3d8e
OpenXR-SDK-Source/src/common/loader_interfaces.h
Line 78 in 7450c54
OpenXR-SDK-Source/include/openxr/openxr_platform_defines.h
Line 31 in 7450c54
But layer's code specifies no calling convention:
OpenXR-SDK-Source/src/api_layers/core_validation.cpp
Line 845 in ff3325c
what results in use of default one (usually, __cdecl) and crash in loader due to convention mismatch.
The text was updated successfully, but these errors were encountered: