We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Error:glMapBufferRange:: is not an accepted value
Repro steps Run cube on Android.
cube
Extra materials
wgpu/wgpu-hal/src/gles/device.rs
Lines 321 to 326 in 451cd21
MAP_PERSISTENT_BIT and MAP_COHERENT_BIT are part of ARB_buffer_storage or EXT_buffer_storage not ES 3.0 spec.
MAP_PERSISTENT_BIT
MAP_COHERENT_BIT
ARB_buffer_storage
EXT_buffer_storage
Platform Android 8.0, wgpu master.
The text was updated successfully, but these errors were encountered:
Fixed in WebGL2 implementation PR #1686
Sorry, something went wrong.
[msl-out] Write 'using metal::uint' at the top, to work around bug. (g…
688ad47
…fx-rs#1740) This lets us remove some special cases where `uint` must be fully qualified, even though other similar types are not.
Successfully merging a pull request may close this issue.
Description
Error:glMapBufferRange:: is not an accepted value
Repro steps
Run
cube
on Android.Extra materials
wgpu/wgpu-hal/src/gles/device.rs
Lines 321 to 326 in 451cd21
MAP_PERSISTENT_BIT
andMAP_COHERENT_BIT
are part ofARB_buffer_storage
orEXT_buffer_storage
not ES 3.0 spec.Platform
Android 8.0, wgpu master.
The text was updated successfully, but these errors were encountered: