Fixes https://github.com/gfx-rs/gfx/issues/3420
I still have to test this on Android. Also I wasn't sure that changing capabilities to return with a Result thus adding an API change would be the proper way to do this, so I just put some defaults there.
PR checklist:
Fixes https://github.com/gfx-rs/gfx/issues/3420 I still have to test this on Android. Also I wasn't sure that changing
capabilities
to return with aResult
thus adding an API change would be the proper way to do this, so I just put somedefault
s there. PR checklist:make
succeeds (on *nix)make reftests
succeeds