You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Sorry for the easiest question, but I don't understand what does if ((GI & 011) == 0) mean in your Assets/MiniEngineAO/Shaders/Downsample1.compute.
011 is octal number? Could we write this with decimal numbers?
Thanks!
Hi!
Sorry for the easiest question, but I don't understand what does
if ((GI & 011) == 0)mean in your Assets/MiniEngineAO/Shaders/Downsample1.compute.011 is octal number? Could we write this with decimal numbers?
Thanks!