From: Brian P. <br...@va...> - 2000-10-06 14:47:02
|
Michael Vance wrote: > > 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. I've been told that the internalFormat parameter should be GLenum, as the glext.h file indicates. It's the texture compression spec on the website needs to be updated. -Brian |