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,11 @@
/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "shadergl.h"
#include "util/memory.h"
#include "util/string.h"
#include "display/shader/shaderunlit.h"