Preprocessor: UINT_MAX is translated to constant incorrectly.
This commit is contained in:
parent
cfd7ce87cd
commit
99c4dd16db
5 changed files with 665 additions and 630 deletions
|
|
@ -95,5 +95,8 @@ void main()
|
|||
if ((mask1 ^ mask4) == 0xA10u)
|
||||
count *= 7; // 341413380
|
||||
|
||||
c += uvec4(count);
|
||||
c += uvec4(count);
|
||||
|
||||
#define UINT_MAX 4294967295u
|
||||
c.x += UINT_MAX;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue