refactored shaders

This commit is contained in:
devZoGok
2021-12-01 19:58:44 +02:00
parent 56d4a631a2
commit d8cb09f097
11 changed files with 179 additions and 174 deletions
+1
View File
@@ -28,6 +28,7 @@ namespace vb01{
void setFloat(float, std::string);
void setBool(bool, std::string);
void setInt(int, std::string);
void setUnsignedInt(u32, std::string);
void editShader(ShaderType, int, std::string);
inline bool isGeometry(){return geometry;}
private: