Browse Source
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.nce_cpp
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue