This commit is contained in:
2022-10-19 22:59:48 -07:00
parent acc9d798cb
commit 0033785251
20 changed files with 502 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
Shader.cpp
)