Re: Texture Issue Again :(
Posted by
Michael Bien on
Mar 13, 2011; 7:33pm
URL: https://forum.jogamp.org/Texture-Issue-Again-tp2646111p2680431.html
On 03/07/2011 05:59 PM, Haroogan [via jogamp] wrote:
> First of all to learn how many compression formats are supported by my card
> I do the following:
>
>
> glGetIntegerv with GL2.GL_NUM_COMPRESSED_TEXTURE_FORMATS
>
>
> Guess how much did I get:) Well I will tell you - 0.
this may be a driver bug. i get 3 as result on NV HW.
at least you are not the first one facing this issue:
http://svn.opentk.net/node/752?page=1so, lets assume this is not a jogl bug for now :)
-michael