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,17 @@
/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "error/error.h"
typedef struct {
void *empty;
} shaderdolphin_t;
typedef struct {
void *empty;
} shaderdefinitiondolphin_t;