Reputation: 8246
So I've developed an application on Mac OS and now I'm trying to test it on a machine having windows XP. Now this doesn't work here first issue being that glGenBuffer and glGenBuffer are giving a NullFunctionException. So I tried to check the OpenGL version on that machine but glGetString(GL_VERSION) returns None. Problem is I don't know much about the machine I'm testing on. If I run a dxdiag direct X returns only n/a to all details about the video card.
Upvotes: 0
Views: 317