mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
85a14809590663bd05d989a23dbdc8974255af38
850: Add uniform and storage buffer arrays r=kvark a=csnewman **Connections** https://github.com/gfx-rs/wgpu/pull/1315 **Description** Adds uniform and storage buffer arrays Usage: ``` wgpu::BindGroupEntry { binding: 0, resource: BindingResource::BufferArray(&[ buffer1.as_entire_buffer_binding(), buffer2.as_entire_buffer_binding(), ]), } ``` Co-authored-by: Chandler Newman <chandler2newman@hotmail.co.uk>
Description
No description provided
Languages
Rust
79.9%
WGSL
16.2%
HLSL
2%
GLSL
1.7%
JavaScript
0.2%