On Tue, Nov 5, 2013 at 10:44 AM, Chris Forbes <chr...@ijw.co.nz> wrote:

> > So, you can create a GL_LUMINANCE view of a GL_LUMINANCE texture.  Hmm...
>
> My understanding is you can't actually, since views can only be
> created from immutable-format textures, and GL_LUMINANCE is not a
> sized internalformat, so it can't be used with TexStorage?
>

Chris is correct. GL_LUMINANCE is unsized and is not an allowed format for
glTexStorage.

-- 
Courtney Goeltzenleuchter
LunarG
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to