wip extract to files
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#include "types.h"
|
||||
|
||||
#ifndef SHADERS_H
|
||||
#define SHADERS_H
|
||||
|
||||
ShaderProgram init_program(File fragment_shader);
|
||||
|
||||
void update_program(ShaderProgram program, File fragment_shader);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user