瀏覽代碼

deleted some undefined functions

naelstrof 7 年之前
父節點
當前提交
33133e0938
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      src/shader.hpp

+ 0
- 2
src/shader.hpp 查看文件

@@ -48,8 +48,6 @@ public:
48 48
     void            setParameter( std::string name, glm::vec2 foo );
49 49
     void            setAttribute( std::string name, unsigned int buffer, unsigned int stepsize );
50 50
 private:
51
-    void loadFromFile( std::string vert, std::string frag );
52
-    void loadFromMemory( std::string vert, std::string frag );
53 51
     std::vector<unsigned int>   activeAttributes;
54 52
     unsigned int                getUniformLocation( std::string );
55 53
     int                         compile( unsigned int shader, std::string& error );