1
Graphics / SFML 2.0 Shader class vs own shader class for 3D
« on: February 20, 2012, 09:05:18 pm »
or you can add this in the "shader.hpp"
Code: [Select]
unsigned int GetProgram() const
{
return myShaderProgram;
}