Question: I’m porting a custom shader to make it work on mobile phones since shaders inside mobiles can not have if statements. I tried replacing the if statements of my code with the ? operator but I can not compile ...
Question: I’m porting a custom shader to make it work on mobile phones since shaders inside mobiles can not have if statements. I tried replacing the if statements of my code with the ? operator but I can not compile ...