pxl8/src/gfx/pxl8_shader_registry.h

8 lines
177 B
C
Raw Normal View History

2026-02-02 17:48:25 -06:00
#pragma once
#include "pxl8_shader.h"
void pxl8_shader_registry_init(void);
void pxl8_shader_registry_reload(void);
pxl8_shader_fn pxl8_shader_registry_get(const char* name);