Skip to content

Commit

Permalink
Refactor: factor out load_exr_from_file
Browse files Browse the repository at this point in the history
Move all of EXR reading/preparation code into load_exr_from_file,
similar to how load_dds_from_file is done.

ImageViewer::RefreshFile code now uses very similar flow
for both DDS and EXR files (i.e. "what can have mipmaps")
  • Loading branch information
aras-p authored and baldurk committed Nov 4, 2024
1 parent 02fd7ac commit 0193703
Showing 1 changed file with 218 additions and 221 deletions.
Loading

0 comments on commit 0193703

Please sign in to comment.