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

ios rendering fails: TEXTURE_BINDING_ARRAY not enabled #11282

Closed
mockersf opened this issue Jan 10, 2024 · 0 comments · Fixed by #11307
Closed

ios rendering fails: TEXTURE_BINDING_ARRAY not enabled #11282

mockersf opened this issue Jan 10, 2024 · 0 comments · Fixed by #11307
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-iOS Specific to the iOS mobile operating system P-High This is particularly urgent, and deserves immediate attention P-Regression Functionality that used to work but no longer does. Add a test for this!
Milestone

Comments

@mockersf
Copy link
Member

Bevy version

main since #10057

[Optional] Relevant system information

On the iOS simulator

AdapterInfo { name: "Apple iOS simulator GPU", vendor: 0, device: 0, device_type: DiscreteGpu, driver: "", driver_info: "", backend: Metal }

What you did

cd examples/mobile && make run

What went wrong

Crash with the following error:

wgpu error: Validation Error

Caused by:
    In Device::create_bind_group_layout
      note: label = `mesh_view_layout`
    Binding 14 entry is invalid
    Features Features(TEXTURE_BINDING_ARRAY) are required but not enabled on the device
@mockersf mockersf added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen O-iOS Specific to the iOS mobile operating system P-Regression Functionality that used to work but no longer does. Add a test for this! labels Jan 10, 2024
@mockersf mockersf changed the title android rendering fails: TEXTURE_BINDING_ARRAY not enabled ios rendering fails: TEXTURE_BINDING_ARRAY not enabled Jan 10, 2024
@nicopap nicopap added the P-High This is particularly urgent, and deserves immediate attention label Jan 10, 2024
@mockersf mockersf added this to the 0.13 milestone Jan 10, 2024
github-merge-queue bot pushed a commit that referenced this issue Jan 12, 2024
# Objective

- Fix working on macOS, iOS, Android on main 
- Fixes #11281 
- Fixes #11282 
- Fixes #11283 
- Fixes #11299

## Solution

- Revert #10057
Ixentus pushed a commit to Ixentus/bevy that referenced this issue Jan 12, 2024
…yengine#11307)

# Objective

- Fix working on macOS, iOS, Android on main 
- Fixes bevyengine#11281 
- Fixes bevyengine#11282 
- Fixes bevyengine#11283 
- Fixes bevyengine#11299

## Solution

- Revert bevyengine#10057
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-iOS Specific to the iOS mobile operating system P-High This is particularly urgent, and deserves immediate attention P-Regression Functionality that used to work but no longer does. Add a test for this!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants