mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
e8aef14347
* examples/wgpu: Handle escape to exit (same as ash example) * examples/wgpu: Set up for use on Android * examples/wgpu: Convert #[cfg] blocks to cfg_if * examples/wgpu: Wait for events instead of busy-looping The image currently does not change and the OS will notify us when to redraw (ie. after window resizes). This is going to save power especially on mobile devices. As soon as interactive or animating visuals are introduced to this example redraws can be requested with `window.request_redraw()`. * examples/wgpu: Create swapchain in ::Resume on Android * docs: Add Android to supported operating systems * ci: Build test cross-compilation for Android * HACK: ci: Create Android symlink without spaces * ci: Set legacy ANDROID_HOME because ndk-build prefers deprecated var |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
ci.yaml | ||
clippy.sh | ||
deploy_docs.yml | ||
docs.sh | ||
test.sh |