In "Lighting.cginc" the "SurfaceOutput" struct (its elements) is defined using "fixed" datatype, but the Unity documentation talks about "half" datatype. According to the docs, "half" is 16bit, "fixed" is 11bit. What is correct? I want to prevent type conversions.
↧