reverted shader_m

This commit is contained in:
Jonas_sorgenfrei@yahoo.de
2022-04-04 14:36:57 +02:00
parent 36e0cc9ec3
commit 25d692253f

View File

@@ -13,7 +13,6 @@ class Shader
{ {
public: public:
unsigned int ID; unsigned int ID;
// constructor generates the shader on the fly // constructor generates the shader on the fly
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
Shader(const char* vertexPath, const char* fragmentPath) Shader(const char* vertexPath, const char* fragmentPath)