update
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
struct Shader {
|
||||
unsigned int prog_id;
|
||||
void init(const char* vertex_path, const char* fragment_path);
|
||||
};
|
||||
|
||||
Shader createShader(const char* vertex_path, const char* fragment_path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user