#pragma once #include #include "GL/glew.h" GLuint compileShaderProgram(); GLuint compileShader(const std::string& shaderPath, GLenum shaderType);