You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
664 B
CMake
23 lines
664 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Materials/Default.materialtype
|
|
Materials/DefaultMaterial.azsl
|
|
Materials/DefaultMaterial.shader
|
|
Materials/DefaultMaterial_DepthPass.azsl
|
|
Materials/DefaultMaterial_DepthPass.shader
|
|
Shader/DecomposeMsImage.azsl
|
|
Shader/DecomposeMsImage.shader
|
|
Shader/ImagePreview.azsl
|
|
Shader/ImagePreview.shader
|
|
ShaderLib/Atom/RPI/Math.azsli
|
|
ShaderLib/Atom/RPI/TangentSpace.azsli
|
|
ShaderLib/Atom/RPI/ShaderResourceGroups/DefaultDrawSrg.azsli
|
|
ShaderLib/Atom/RPI/ShaderResourceGroups/DefaultObjectSrg.azsli
|
|
)
|