mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 22:52:57 +00:00
TXQ returns integer types. Shaders usually do: R0 = TXQ(); // => int R0 = static_cast<float>(R0); If we don't treat it as an integer, it will cast a binary float value as float - resulting in a corrupted number.