Setup example shader.

This commit is contained in:
2022-01-02 22:30:41 -08:00
parent 75d5234375
commit 44ecc307e6
28 changed files with 343 additions and 199 deletions

View File

@ -1,11 +1,10 @@
# Copyright (c) 2021 Dominic Msters
# Copyright (c) 2022 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
# target_sources(${PROJECT_NAME}
# PRIVATE
# standardshader.c
# shaderui.c
# )
target_sources(${PROJECT_NAME}
PRIVATE
standardshader.c
)