Hi!
This is probably a stupid questions, but I try to read back a staging texture on cpu, the format is 16bit float, however to my limited knowledge there is no standard 16bit float in C++, how can I read the values in a meaningful way?
The mapping procedure work, I tried with 32bit float and I read them fine.
Thank you very much!
Jacques