There is a third to complete the list:
On Thu, 2009-10-22 at 17:11 -0700, zybx wrote:
> I'm also having these two problems:
>
> 1. 3D textures are not necessarily power of two but G3D prevents me to
> create NPOT 3D textures. (this should be a bug)
>
> 2. 1D textures are often used in volume rendering as transfer
> functions. (G3D does not provide 1D texture dimensions)
>
3. Array Textures. These are different from the more general uniform
array issues as there are distinct new sampler types for each kind
of array texture rather than just using the subscript syntax. They
are also bundled into one texture object rather each level/element
being bound to a distinct texture_unit->texture_object chain as
orthogonality with other array types would suggest.
I could do some work on these things but I'm still new to the project
and to open source development in general (to my shame).
Best,
Andrew