Top "Tao-framework" questions

The Tao Framework for .NET is a collection of bindings to facilitate cross-platform game-related development utilizing the .NET platform.

When Should One Call glGetError?

glLoadIdentity says GL_INVALID_OPERATION is generated if glLoadIdentity is executed between the execution of glBegin and the corresponding execution …

opengl tao-framework
Is the Tao framework dead?

I'm looking into experimenting with Tao but I am somewhat put-off by its dead-looking state. It hasn't been updated since 2008 …

c# .net opentk tao-framework
How to draw a textured torus in OpenGL without using GLUT?

I need to render a torus in OpenGL, without using GLUT. I'm using C# and Tao Framework bindings. I have …

c# opengl texture-mapping tao-framework