Merge remote-tracking branch 'origin/Render_Optimization' into RendererBugFixes

This commit is contained in:
Teejoon
2016-03-08 16:20:23 +01:00
4 changed files with 49 additions and 17 deletions
+2
View File
@@ -21,6 +21,8 @@ public:
std::string GetFileName() const;
GLuint GetHandle() const;
bool IsCompiled() const;
static std::string ReadFile(std::string fileName);
private:
protected:
GLenum m_ShaderType;
std::string m_FileName;