About to start shaders

This commit is contained in:
2025-02-25 09:17:33 -06:00
parent af598552f4
commit 1f83690334
31 changed files with 1109 additions and 8 deletions

View File

@ -0,0 +1,15 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_TARGET_NAME}
PRIVATE
shadermanager.c
shader.c
shaderbuffer.c
)
# Subdirs
add_subdirectory(entityshader)