-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update samples/SDK for release 113. (#117)
- Loading branch information
1 parent
ef75946
commit a46ea22
Showing
45 changed files
with
4,133 additions
and
79,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#pragma once | ||
|
||
//////////////////////////////////////////////////////////////////////////////// | ||
// Copyright (C) Microsoft Corporation. All Rights Reserved | ||
|
||
#include "preview/xr_ext_hand_interaction.h" | ||
#include "preview/xr_msft_scene_marker.h" | ||
|
||
// clang-format off | ||
|
||
// Supports XrStructTraits and ValidateStruct | ||
#define XR_LIST_STRUCTURE_TYPES_MSFT_PREVIEW(_) \ | ||
XR_LIST_STRUCTURE_TYPES_EXT_hand_interaction(_) \ | ||
XR_LIST_STRUCTURE_TYPES_MSFT_scene_marker(_) | ||
|
||
// Supports IXrExtensionConfiguration.EnabledExtensions() | ||
#define XR_LIST_EXTENSIONS_MSFT_PREVIEW(_) \ | ||
XR_LIST_EXTENSIONS_EXT_hand_interaction(_) \ | ||
XR_LIST_EXTENSIONS_MSFT_scene_marker(_) | ||
|
||
// Supports xrStructureTypeToString and IsKnownStructType | ||
#define XR_LIST_ENUM_XrStructureType_MSFT_PREVIEW(_) \ | ||
XR_LIST_ENUM_XrStructureType_EXT_hand_interaction(_) \ | ||
XR_LIST_ENUM_XrStructureType_MSFT_scene_marker(_) | ||
|
||
// Supports XrDispatchTable.h | ||
#define XR_LIST_FUNCTIONS_MSFT_PREVIEW(_) \ | ||
XR_LIST_FUNCTIONS_MSFT_scene_marker(_) | ||
|
||
// clang-format on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.