Basic cubemap support, though the sampling code is wrong.
This commit is contained in:
@@ -34,6 +34,7 @@ class GL4Shader : public Shader {
|
||||
|
||||
protected:
|
||||
std::string GetHeader();
|
||||
std::string GetFooter();
|
||||
bool PrepareVertexArrayObject();
|
||||
bool CompileProgram(std::string source);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user