Example #1
0
	void Program::Attach( Shader& shader )
	{
		glAttachShader( _identifier, shader.GetIdentifier() );
	}