mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
1589: [GL] Fix min_storage_buffer_offset_alignment param r=kvark a=Gordon-F **Connections** Android Emulator (11) error: ``` 2021-07-02 14:49:12.500 8292-8317/rust.example.cube E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetIntegerv:876 GL error 0x500 ``` **Description** As a workaround set this parameter to default value. Co-authored-by: Gordon-F <ishaposhnik@icloud.com>