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
Prefer signed OpTypeInt for fallback int32_type/int64_type
When resolve_operand_type falls back to int32_type for cross-class
operations (e.g. ConvertSToF operand type), an unsigned int type
causes SPIRV-Cross to generate unsigned conversion code. This turns
negative float-to-int-to-float round-trips into zero.
0 commit comments