mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
798: Fixed storage buffer counting towards storage textures for binding validation r=kvark a=Wumpf See title. (broke my group layout creation since my compute shaders need quite a few storage buffers _and_ storage textures bound... ;-)) Co-authored-by: Andreas Reich <r_andreas2@web.de>