LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: GottaBeKD on January 20, 2004, 10:16:25

Title: NOTICE: OpenGL13 disabled because of missing driver symbols
Post by: GottaBeKD on January 20, 2004, 10:16:25
Is this because I am running on an ATI Mobility?

If so, what effects can I expect from this particular error? What should I stay away from / watch out for?

Thanks.
Title: NOTICE: OpenGL13 disabled because of missing driver symbols
Post by: GottaBeKD on January 20, 2004, 10:25:25
If this is a hardware error, and I cannot fix it, then is it possible atleast to remove the error message?

It tends to appear quite often.
Title: NOTICE: OpenGL13 disabled because of missing driver symbols
Post by: princec on January 20, 2004, 10:59:59
This is ATI's fault - they claim to fully support an extension but then fail to supply the functions. We trap this and currently disable the extension. We might think of a hack to make it go away though.

Cas :)