gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 548 forks source link

[GL] Testing with the Android Emulator on CI #3604

Closed Gordon-F closed 3 years ago

Gordon-F commented 3 years ago

Just a proof-of-concept of how we can run a quad example on CI with the Android Emulator.

All other jobs temporary removed (for speed up).

TODO:

Gordon-F commented 3 years ago

I'm going to close this PR, since gfx-hal is deprecated. I will try to run this PR on top of wgpu or wgpu-hal when I had more free time.