google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.2k stars 327 forks source link

Raw bytes support in observe-frames #2913

Open hysw opened 5 years ago

hysw commented 5 years ago

Currently observe-frames converts everything to R8G8B8A8_UNORM. For anything that has more than 8 bit depth or uses floating point, it will lose some data. Adding raw bytes support would make regression tests much easier.

AWoloszyn commented 5 years ago

As discussed offline, it might also be nice to pick some relatively standard format to output images. "ktx2 maybe" since it would let us presumably use some standard tools.