pxl8/src/gfx/pxl8_shader_registry.h
2026-02-04 17:19:55 -06:00

7 lines
177 B
C

#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);