From: Michael V. <bri...@lo...> - 2000-09-08 23:02:38
|
Brian, As a heads up, the official ARB_texture_compression standard (http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_compression.txt) defines the internalFormat parameter of CompressedTexImage* to be 'int' and not 'enum'. I would think 'enum' is more appropriate, but there it is all the same. A good C++ compiler will complain about this. m. -- Programmer "Ha ha." "Ha ha." "What are you laughing at?" Loki Software "Just the horror of being alive." http://lokigames.com/~briareos/ - Tony Millionaire |