ext/openxr: Add XR_MNDX_system_buttons header

This commit is contained in:
Jakob Bornecrantz 2023-07-15 13:04:16 +01:00
parent 59d3bab0f6
commit 314fc9c583
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
// Copyright 2023, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief Preview header for XR_MNDX_system_buttons extension
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup external_openxr
*/
#ifndef XR_MNDX_SYSTEM_BUTTONS_H
#define XR_MNDX_SYSTEM_BUTTONS_H 1
#include <openxr/openxr.h>
#ifdef __cplusplus
extern "C" {
#endif
#define XR_MNDX_system_buttons 1
#define XR_MNDX_system_buttons_SPEC_VERSION 1
#define XR_MNDX_SYSTEM_BUTTONS_EXTENSION_NAME "XR_MNDX_system_buttons"
#ifdef __cplusplus
}
#endif
#endif

View file

@ -51,4 +51,5 @@ typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(con
#include "openxr/loader_interfaces.h"
#include "openxr/XR_MNDX_hydra.h"
#include "openxr/XR_MNDX_system_buttons.h"
#include "openxr/XR_MNDX_ball_on_a_stick_controller.h"