Mobile int precision

Thank you for your help! Actually, I’m not using materials. I create a UAV texture using RDG and use a compute shader to write it. And in my compute shader I have a function that use a int variable. And I find that if I initialize it with a half variable, my assignment to the int variable’s high 16 bit later takes no effect. But if I initialize it with a float variable, my assignment later works properly.