skein/src/gfx.hpp

8 lines
157 B
C++
Raw Normal View History

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