DOlphin shader prog

This commit is contained in:
2026-03-22 18:14:56 -05:00
parent 5ac21db997
commit c277ae7aff
7 changed files with 69 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
shaderdolphin.c
)