-
Notifications
You must be signed in to change notification settings - Fork 345
Add gpu texture format supported by copyImageBitmapToTexture destination #849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@Kangz @kainino0x @austinEng @litherum PTAL! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be more readable this was a bulleted list, but just a suggestion.
This patch added gpu texture format supported by copyImageBitmapToTexture. If developer provided other format textures, copyImageBitmapToTexture doesn't do color conversion for it and report type error.
Co-authored-by: Justin Fan <jussnf@gmail.com>
|
@JusSn Thanks for reviewing, Updated this as your suggestion. |
kvark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how hard it would be to support those. Will reserve the right to come back to this when we are actually implementing this :)
kainino0x
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm and we can revise the list later as needed. @JusSn did you have anything else outstanding?
This patch added gpu texture format supported by copyImageBitmapToTexture.
If developer provided other format textures, copyImageBitmapToTexture doesn't
do color conversion for it and report type error.
Preview | Diff