-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching to FORMAT_F32 pixel format in Pfm image loader in case of a…
… one channel image Summary: Previously, we used a generic pixel format (`float` with 1 channel) when loading a 1 channel pfm image. However, we can be more specific as Ocean has a dedicated pixel format for this image type - thus switching. Differential Revision: D67652479 fbshipit-source-id: 05d7ac02b6affb86a0bdbb0b1b56d78fe34fda06
- Loading branch information
1 parent
0951261
commit 48a89ec
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters