-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImageGadget : Convert ImageBuf to 8 bit before upload to OpenGL
We need to conform it to the format that we're telling OpenGL we're providing. Although in theory the ImageBuf might convert automatically using the hint we passed to the constructor, in practice it doesn't seem to. So do a post conversion when necessary. This fixes corruption of 16 bit node icons in the GraphEditor.
- Loading branch information
1 parent
699af45
commit f963611
Showing
2 changed files
with
6 additions
and
1 deletion.
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