[Mesa-dev] [PATCH] mesa: Add ARB_texture_view to Mesa core

Chris Forbes chrisf at ijw.co.nz
Tue Nov 5 09:44:49 PST 2013


> 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?


More information about the mesa-dev mailing list