Re: [Mesa-dev] [PATCH v4 21/31] glsl: allow bindless samplers/images to be l-values

2017-05-05 Thread Nicolai Hähnle
On 05.05.2017 09:34, Samuel Pitoiset wrote: From section 4.1.7 of the ARB_bindless_texture spec: "Samplers can be used as l-values, so can be assigned into and used as "out" and "inout" function parameters." From section 4.1.X of the ARB_bindless_texture spec: "Images can be used as

[Mesa-dev] [PATCH v4 21/31] glsl: allow bindless samplers/images to be l-values

2017-05-05 Thread Samuel Pitoiset
From section 4.1.7 of the ARB_bindless_texture spec: "Samplers can be used as l-values, so can be assigned into and used as "out" and "inout" function parameters." From section 4.1.X of the ARB_bindless_texture spec: "Images can be used as l-values, so can be assigned into and used