-
Notifications
You must be signed in to change notification settings - Fork 202
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
Improve workaround for wgpu's gles texture type inference #395
Comments
I'm not sure why count shouldn't be 1 or divisible by 6? It also looks like wgpu hasn't implemented a fix yet. |
I have been meaning to test this more with opengl on the desktop, but I think that on webgl2 our users aren't really affected by this because they need to use the I attempted this earlier, but I think there are some other criteria that had me scratching my head at the time: |
Since we might use |
I think that the other bug I alluded to gfx-rs/wgpu#3197 has been fixed. It doesn't seem totally necessary to use the |
bevy_ecs_tilemap/src/render/texture_array_cache.rs
Lines 151 to 152 in 3171dcb
The current workaround is incomplete,
count
should not be 1 or divisible by 6.See gfx-rs/wgpu#3124 (comment) for more context.
The text was updated successfully, but these errors were encountered: