mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
237b24e88e
* There's no guarantee that the buffer is actually float data at all, so printing it as such can cause float exceptions if the data includes NaNs. * This is not really useful anymore anyway, and if really needed the float values can be manually converted from the hex data.