13 lines
277 B
C
13 lines
277 B
C
/**
|
|
* Copyright (c) 2026 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "display/shader/shaderlist.h"
|
|
|
|
typedef union shadermaterial_u {
|
|
shaderunlitmaterial_t unlit;
|
|
} shadermaterial_t; |