Switch to the ARB apis and add capability and compile/link status checking.

This commit is contained in:
Paul Chote
2010-11-12 18:50:56 +13:00
parent 9a1ce6945b
commit 493631cd90
3 changed files with 52 additions and 30 deletions

View File

@@ -1,4 +0,0 @@
void main()
{
gl_FragColor = vec4(0.4,0.4,0.8,1.0);
}