Thanks. I noticed this too, but was too busy to fix it.
For the series:
Reviewed-by: Marek Olšák
Marek
On Thu, Mar 12, 2015 at 2:45 AM, Matt Turner wrote:
> ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I
> mistakenly believed. The following functions are available only with
>
> ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I
> mistakenly believed. The following functions are available only with
> ARB_shading_language_packing, GLSL 4.2 (not GLSL 4.0), or ES 3.0:
I'll trust you that you're correct on the specification version, so:
Reviewed-by: Carl Worth
ARB_shading_language_packing is part of GLSL 4.2, not 4.0 as I
mistakenly believed. The following functions are available only with
ARB_shading_language_packing, GLSL 4.2 (not GLSL 4.0), or ES 3.0:
- packSnorm2x16
- unpackSnorm2x16
- packHalf2x16
- unpackHalf2x16
---
src/glsl/builtin_