update
This commit is contained in:
5
src/Shader.h
Normal file
5
src/Shader.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
unsigned int loadProgram(const std::string &name);
|
Reference in New Issue
Block a user