123456789101112131415161718192021222324252627282930313233343536 |
- #
- # 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/XR/XRBase.h
- Include/XR/XRDevice.h
- Include/XR/XRFactory.h
- Include/XR/XRInput.h
- Include/XR/XRInstance.h
- Include/XR/XRSession.h
- Include/XR/XRSpace.h
- Include/XR/XRSwapChain.h
- Include/XR/XRSystem.h
- Include/XR/XRSystemComponent.h
- Include/XR/XRUtils.h
- Include/XR/XRObject.h
- Include/XR/XRPassRegisterSystemComponent.h
- Source/XRDevice.cpp
- Source/XRFactory.cpp
- Source/XRInput.cpp
- Source/XRInstance.cpp
- Source/XRSession.cpp
- Source/XRSpace.cpp
- Source/XRSwapChain.cpp
- Source/XRSystem.cpp
- Source/XRSystemComponent.cpp
- Source/XRUtils.cpp
- Source/XRPassRegisterSystemComponent.cpp
- Source/Passes/FoveatedImagePass.h
- Source/Passes/FoveatedImagePass.cpp
- )
|