We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b307f commit acf64daCopy full SHA for acf64da
1 file changed
src/loader/loader_core.cpp
@@ -61,8 +61,6 @@ inline bool IsMissingNullTerminator(const char (&str)[max_length]) {
61
return true;
62
}
63
64
-extern "C" {
65
-
66
// ---- Core 1.0 manual loader trampoline functions
67
68
LOADER_EXPORT XRAPI_ATTR XrResult XRAPI_CALL xrEnumerateApiLayerProperties(uint32_t propertyCapacityInput,
@@ -644,5 +642,3 @@ XRAPI_ATTR XrResult XRAPI_CALL xrSessionInsertDebugUtilsLabelEXT(XrSession sessi
644
642
return XR_SUCCESS;
645
643
646
XRLOADER_ABI_CATCH_FALLBACK
647
648
-} // extern "C"
0 commit comments