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