Cross-platform, safe, pure-rust graphics api.
Go to file
bors[bot] 85a1480959 [rs] Merge #850
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>
2021-04-29 16:18:52 +00:00
.github/workflows [rs] Use latest version of wasm-bindgen-cli 2021-04-07 18:21:26 +02:00
wgpu [rs] Add uniform and storage buffer arrays 2021-04-29 12:17:37 -04:00
.gitattributes [rs] Demonstrate obj loading in the skybox example 2021-02-12 22:33:17 -05:00
.gitignore [rs] Add screenshots of examples 2020-04-26 18:59:48 -02:30