Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vairdraw-src
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
vairdraw
vairdraw-src
Commits
7ab367ff
Commit
7ab367ff
authored
3 months ago
by
sdegrande
Browse files
Options
Downloads
Patches
Plain Diff
Add a header file forgotten in the previous commit.
parent
098606a4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
externals/include/openxr_ext/meta_simultaneous_hands_and_controllers.h
+85
-0
85 additions, 0 deletions
...lude/openxr_ext/meta_simultaneous_hands_and_controllers.h
with
85 additions
and
0 deletions
externals/include/openxr_ext/meta_simultaneous_hands_and_controllers.h
0 → 100644
+
85
−
0
View file @
7ab367ff
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* Licensed under the Oculus SDK License Agreement (the "License");
* you may not use the Oculus SDK except in compliance with the License,
* which is provided at the time of installation or download, or which
* otherwise accompanies this software in either electronic or hard copy form.
*
* You may obtain a copy of the License at
* https://developer.oculus.com/licenses/oculussdk/
*
* Unless required by applicable law or agreed to in writing, the Oculus SDK
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef META_SIMULTANEOUS_HANDS_AND_CONTROLLERS_H_
#define META_SIMULTANEOUS_HANDS_AND_CONTROLLERS_H_ 1
/**********************
This file is @generated from the OpenXR XML API registry.
Language : C99
Copyright : (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
***********************/
#include
<openxr/openxr.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#ifndef XR_META_simultaneous_hands_and_controllers
// XR_META_simultaneous_hands_and_controllers is a preprocessor guard. Do not pass it to API calls.
#define XR_META_simultaneous_hands_and_controllers 1
#define XR_META_simultaneous_hands_and_controllers_SPEC_VERSION 1
#define XR_META_SIMULTANEOUS_HANDS_AND_CONTROLLERS_EXTENSION_NAME "XR_META_simultaneous_hands_and_controllers"
static
const
XrStructureType
XR_TYPE_SYSTEM_SIMULTANEOUS_HANDS_AND_CONTROLLERS_PROPERTIES_META
=
(
XrStructureType
)
1000532001
;
static
const
XrStructureType
XR_TYPE_SIMULTANEOUS_HANDS_AND_CONTROLLERS_TRACKING_RESUME_INFO_META
=
(
XrStructureType
)
1000532002
;
static
const
XrStructureType
XR_TYPE_SIMULTANEOUS_HANDS_AND_CONTROLLERS_TRACKING_PAUSE_INFO_META
=
(
XrStructureType
)
1000532003
;
typedef
struct
XrSystemSimultaneousHandsAndControllersPropertiesMETA
{
XrStructureType
type
;
void
*
XR_MAY_ALIAS
next
;
XrBool32
supportsSimultaneousHandsAndControllers
;
}
XrSystemSimultaneousHandsAndControllersPropertiesMETA
;
typedef
struct
XrSimultaneousHandsAndControllersTrackingResumeInfoMETA
{
XrStructureType
type
;
const
void
*
XR_MAY_ALIAS
next
;
}
XrSimultaneousHandsAndControllersTrackingResumeInfoMETA
;
typedef
struct
XrSimultaneousHandsAndControllersTrackingPauseInfoMETA
{
XrStructureType
type
;
const
void
*
XR_MAY_ALIAS
next
;
}
XrSimultaneousHandsAndControllersTrackingPauseInfoMETA
;
typedef
XrResult
(
XRAPI_PTR
*
PFN_xrResumeSimultaneousHandsAndControllersTrackingMETA
)(
XrSession
session
,
const
XrSimultaneousHandsAndControllersTrackingResumeInfoMETA
*
resumeInfo
);
typedef
XrResult
(
XRAPI_PTR
*
PFN_xrPauseSimultaneousHandsAndControllersTrackingMETA
)(
XrSession
session
,
const
XrSimultaneousHandsAndControllersTrackingPauseInfoMETA
*
pauseInfo
);
#ifndef XR_NO_PROTOTYPES
#ifdef XR_EXTENSION_PROTOTYPES
XRAPI_ATTR
XrResult
XRAPI_CALL
xrResumeSimultaneousHandsAndControllersTrackingMETA
(
XrSession
session
,
const
XrSimultaneousHandsAndControllersTrackingResumeInfoMETA
*
resumeInfo
);
XRAPI_ATTR
XrResult
XRAPI_CALL
xrPauseSimultaneousHandsAndControllersTrackingMETA
(
XrSession
session
,
const
XrSimultaneousHandsAndControllersTrackingPauseInfoMETA
*
pauseInfo
);
#endif
/* XR_EXTENSION_PROTOTYPES */
#endif
/* !XR_NO_PROTOTYPES */
#endif
/* XR_META_simultaneous_hands_and_controllers */
#ifdef __cplusplus
}
#endif
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment