Skip to content
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

Fix android running issue #31

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

ygdrasil-io
Copy link
Contributor

Simplify callback definitions for device and adapter retrieval. Refactor surface configuration by consolidating surface capabilities logic. Update dependencies, including a correction in the wgpu version and adjustment to jniBasePath.

Simplify callback definitions for device and adapter retrieval. Refactor surface configuration by consolidating surface capabilities logic. Update dependencies, including a correction in the `wgpu` version and adjustment to `jniBasePath`.
Add `sudo apt update` before installing `libglfw3-dev` to ensure the package list is up to date. This avoids potential issues with outdated package information during the CI workflow.
@ygdrasil-io ygdrasil-io merged commit 014a5d5 into wgpu4k:release/v24 Feb 3, 2025
3 checks passed
@ygdrasil-io ygdrasil-io deleted the release/v24 branch February 3, 2025 01:44
ygdrasil-io added a commit that referenced this pull request Feb 9, 2025
* Refactor surface initialization and update dependencies

Simplify callback definitions for device and adapter retrieval. Refactor surface configuration by consolidating surface capabilities logic. Update dependencies, including a correction in the `wgpu` version and adjustment to `jniBasePath`.

* Update dependencies installation step in CI workflow

Add `sudo apt update` before installing `libglfw3-dev` to ensure the package list is up to date. This avoids potential issues with outdated package information during the CI workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite loop when calling wgpuDeviceCreateRenderPipeline on Android with v24.
1 participant