useshader.h 125 Bytes
extern bool shaders_active;
extern void useShader(GLuint p, int x, int y, int w, int h, float r, float g, float b, float a);