glsl: allow input memory qualifiers for images
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 3 Apr 2017 14:06:40 +0000 (16:06 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 6 May 2017 14:40:19 +0000 (16:40 +0200)
commit89e37f9703d4c4d7d383cf1ec112d65d87f1ba11
treeda71b478d73267d9f83d8ac4f28633e72fe86542
parent242964ca5c3e6763beca1dbe06feeee129771723
glsl: allow input memory qualifiers for images

ARB_bindless_texture spec allows images to be declared as
shader inputs.

v2: - put the */ on the following line (Timothy Arceri)

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/compiler/glsl/ast_type.cpp