12345678910111213141516171819202122232425262728 |
- #
- # 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/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
- 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
- )
|