start shader

This commit is contained in:
2023-11-16 15:58:57 -06:00
parent 04dbead9a2
commit 55f629c7b5
15 changed files with 238 additions and 2 deletions

View File

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