On 24/02/16 23:43, Timothy Arceri wrote:
> On Wed, 2016-02-24 at 20:04 +0100, Alejandro Piñeiro wrote:
>> The idea is pass through the ast-to-hir conversion if the current
>> expression is the recipient of the assignment or not. Default
>> value is false (so default value is being rhs).
>>
>> Bugzi
On Wed, 2016-02-24 at 20:04 +0100, Alejandro Piñeiro wrote:
> The idea is pass through the ast-to-hir conversion if the current
> expression is the recipient of the assignment or not. Default
> value is false (so default value is being rhs).
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?
The idea is pass through the ast-to-hir conversion if the current
expression is the recipient of the assignment or not. Default
value is false (so default value is being rhs).
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94129
---
src/compiler/glsl/ast.h| 11 ++-
src