diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-13 13:57:31 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-13 13:57:33 -0700 |
commit | c2c4935cb8fe8601c72f585f70d776e3a65f15dc (patch) | |
tree | 4a933f93f6bed5d4b52399c6dbf412d25f79d17e /docs/relnotes-7.5.1.html | |
parent | 26661ac0e10aba63de093e871e40d336696f4827 (diff) |
glsl: implement layout qualifiers
For GL_ARB_fragment_coord_conventions.
This only applies to gl_FragCoord and controls pixel center origin and
pixel center integer. For example:
layout (origin_upper_left, pixel_center_integer) varying vec4 gl_FragCoord;
This features introduces the idea of re-declaring variables with a changed
type. This may also apply to arrays in some cases but that's not
implemented at this time.
Diffstat (limited to 'docs/relnotes-7.5.1.html')
0 files changed, 0 insertions, 0 deletions