mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 10:51:05 +00:00
All places that used is_exr_file already had first four bytes of the file read into memory. So make is_exr_file work just like is_dds_file does and check those bytes directly, no need to hit stdio again.