From: Alban C. <aco...@wa...> - 2002-09-02 16:26:38
|
Has anyone sucessfully used ARB texture compression with gl4java ? I'm running a geforce 2 MX and my board reports it is not available when using gl4java, while Nvidia developer site has papers on implementing ARB texture compression on geforces. Calling GLContext.gljTestGLProc("GL_ARB_texture_compression", false) returns always false. Same for : GL_COMPRESSED_RGB_ARB GL_COMPRESSED_RGBA_ARB GL_COMPRESSED_ALPHA_ARB GL_COMPRESSED_LUMINANCE_ARB GL_COMPRESSED _LUMINANCE_ALPHA Anyone have an idea ? Sven ? |