-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gui] Allow to configure the texture data type (#4630)
With AOT modules depending on the device where the kernel is running, we might support RGBA Float Texture and it's better to pass the data from the Taichi Compute Kernel directly to the image (normalized between 0 and 1) instead of adding extra step to convert to 0;255
- Loading branch information
1 parent
5b4b41b
commit e94d0c3
Showing
2 changed files
with
16 additions
and
2 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