major gfx refactor
This commit is contained in:
parent
0c0aa792c1
commit
3c3e961995
58 changed files with 3681 additions and 2982 deletions
7
src/gfx/pxl8_shader_registry.h
Normal file
7
src/gfx/pxl8_shader_registry.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue