You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
openxr: Sync with upstream 1.0.30
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// Copyright (c) 2017-2023, The Khronos Group Inc.
|
||||
// Copyright (c) 2017-2019 Valve Corporation
|
||||
// Copyright (c) 2017-2019 LunarG, Inc.
|
||||
// Copyright (c) 2017-2019, Valve Corporation
|
||||
// Copyright (c) 2017-2019, LunarG, Inc.
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
|
||||
// *********** THIS FILE IS GENERATED - DO NOT EDIT ***********
|
||||
// See utility_source_generator.py for modifications
|
||||
// ************************************************************
|
||||
@@ -28,6 +30,7 @@
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "xr_dependencies.h"
|
||||
#include <openxr/openxr.h>
|
||||
#include <openxr/openxr_platform.h>
|
||||
@@ -406,6 +409,9 @@ struct XrGeneratedDispatchTable {
|
||||
// ---- XR_FB_haptic_pcm extension commands
|
||||
PFN_xrGetDeviceSampleRateFB GetDeviceSampleRateFB;
|
||||
|
||||
// ---- XR_META_passthrough_preferences extension commands
|
||||
PFN_xrGetPassthroughPreferencesMETA GetPassthroughPreferencesMETA;
|
||||
|
||||
// ---- XR_META_virtual_keyboard extension commands
|
||||
PFN_xrCreateVirtualKeyboardMETA CreateVirtualKeyboardMETA;
|
||||
PFN_xrDestroyVirtualKeyboardMETA DestroyVirtualKeyboardMETA;
|
||||
|
||||
Reference in New Issue
Block a user