8 lines
177 B
C
8 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);
|