Don't change type of input and output var in dead member elim (#2412)
The types of input and output variables must match for the pipeline. We cannot see the uses in all of the shader, so dead member elimination cannot safely change the type of input and output variables.
Loading
Please register or sign in to comment