Reworking everything about shaders.

This commit is contained in:
2021-12-07 09:06:28 -08:00
parent 17b066e676
commit 3d8b67cca5
46 changed files with 264 additions and 170 deletions

View File

@ -0,0 +1,11 @@
# Copyright (c) 2021 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
# )