laurentlb / shader-minifier

Minify and obfuscate GLSL or HLSL code

Home Page:https://ctrl-alt-test.fr/minifier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug in uint printing

laurentlb opened this issue · comments

Input:

uint foo() {
  return 3812015801U;
}

Output:

uint u(){return 3812015801.U;}