123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Include/OpenXRVk/InputDeviceXRController.h
- Include/OpenXRVk/OpenXRVkDevice.h
- Include/OpenXRVk/OpenXRVkInput.h
- Include/OpenXRVk/OpenXRVkInstance.h
- Include/OpenXRVk/OpenXRVkPhysicalDevice.h
- Include/OpenXRVk/OpenXRVkSession.h
- Include/OpenXRVk/OpenXRVkSpace.h
- Include/OpenXRVk/OpenXRVkSwapChain.h
- Include/OpenXRVk/OpenXRVkSystemComponent.h
- Include/OpenXRVk/OpenXRVkUtils.h
- Include/OpenXRVk/OpenXRVkInteractionProfilesAsset.h
- Include/OpenXRVk/OpenXRVkActionSetsAsset.h
- Include/OpenXRVk/OpenXRVkAssetsValidator.h
- Include/OpenXRVk/OpenXRVkActionsInterface.h
- Include/OpenXRVk/OpenXRVkReferenceSpacesInterface.h
- Source/InputDeviceXRController.cpp
- Source/OpenXRVkCommon.h
- Source/OpenXRVkDevice.cpp
- Source/OpenXRVkInput.cpp
- Source/OpenXRVkInstance.cpp
- Source/OpenXRVkPhysicalDevice.cpp
- Source/OpenXRVkSession.cpp
- Source/OpenXRVkSpace.cpp
- Source/OpenXRVkSwapChain.cpp
- Source/OpenXRVkSystemComponent.cpp
- Source/OpenXRVkUtils.cpp
- Source/XRCameraMovementComponent.cpp
- Source/XRCameraMovementComponent.h
- Source/OpenXRVkInteractionProfilesAsset.cpp
- Source/OpenXRVkActionSetsAsset.cpp
- Source/OpenXRVkAssetsValidator.cpp
- Source/OpenXRVkReferenceSpacesManager.cpp
- Source/OpenXRVkReferenceSpacesManager.h
- Source/OpenXRVkActionsManager.cpp
- Source/OpenXRVkActionsManager.h
- Source/OpenXRVkBehaviorReflection.cpp
- Source/OpenXRVkBehaviorReflection.h
- Source/XRRayInteractorComponent.h
- Source/XRRayInteractorComponent.cpp
- Source/XRInteractableComponent.h
- Source/XRInteractableComponent.cpp
- )
|