Skip to content

Commit

Permalink
Initial commit for v2.1.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Jan 31, 2023
0 parents commit 9307df4
Show file tree
Hide file tree
Showing 10 changed files with 8,543 additions and 0 deletions.
4,560 changes: 4,560 additions & 0 deletions include/openxr/openxr.h

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions include/openxr/openxr_pico.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* @file openxr_pico_ext.h
* @brief this header lists the openxr extensions defined by Pico
* which haven't join in the openxr registery yet.
* @version 0.1
*
* @copyright Copyright (c) 2022
*
*/

#ifndef OPENXR_PICO_H_
#define OPENXR_PICO_H_ 1

#if defined(__cplusplus)
extern "C" {
#endif


#ifdef __cplusplus
}
#endif

#endif // OPENXR_PICO_H_

0 comments on commit 9307df4

Please sign in to comment.