This commit is contained in:
2022-10-19 22:59:48 -07:00
parent 70f14ee2e5
commit 23df65a241
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
)