You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Update thirdparty OpenXR to 1.1.41
This commit is contained in:
@@ -278,12 +278,12 @@ LoaderInstance::LoaderInstance(XrInstance instance, const XrInstanceCreateInfo*
|
||||
: _runtime_instance(instance),
|
||||
_topmost_gipa(topmost_gipa),
|
||||
_api_layer_interfaces(std::move(api_layer_interfaces)),
|
||||
_dispatch_table(new XrGeneratedDispatchTable{}) {
|
||||
_dispatch_table(new XrGeneratedDispatchTableCore{}) {
|
||||
for (uint32_t ext = 0; ext < create_info->enabledExtensionCount; ++ext) {
|
||||
_enabled_extensions.push_back(create_info->enabledExtensionNames[ext]);
|
||||
}
|
||||
|
||||
GeneratedXrPopulateDispatchTable(_dispatch_table.get(), instance, topmost_gipa);
|
||||
GeneratedXrPopulateDispatchTableCore(_dispatch_table.get(), instance, topmost_gipa);
|
||||
}
|
||||
|
||||
LoaderInstance::~LoaderInstance() {
|
||||
|
||||
Reference in New Issue
Block a user