Docs.rs
easy-wgpu-0.8.0
easy-wgpu 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aman-shenoy
Dependencies
bytemuck ^1.12
normal
encase ^0.9
normal
enum-map ^2.6.0
normal
epaint ^0.32
normal
optional
futures ^0.3
normal
futures-intrusive ^0.5
normal
gloss-img ^0.8
normal
gloss-utils ^0.8
normal
image ^0.25.5
normal
log ^0.4
normal
pollster ^0.3
normal
smallvec ^1.11
normal
thiserror ^1.0
normal
type-map ^0.5.0
normal
wgpu ^25.0
normal
Versions
40.99%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module bind_group
easy_
wgpu
0.8.0
Module bind_
group
Module Items
Structs
Enums
Functions
In crate easy_
wgpu
easy_wgpu
Module
bind_
group
Copy item path
Source
Structs
§
Bind
Group
Builder
Builder for bind groups IMPORTANT: order of adding entries sets also the binding index that should correspond with the layout and the shader
Bind
Group
Desc
Describes a bind group a series of entries
Bind
Group
Wrapper
Wrapper for a bind group that also keep a handle on the resources in the bingroup. This helps with keeping track if the textures in the entries have changed and the bind group needs to be recreated
Enums
§
BgResource
Since we want the
BindGroupWrapper
to keep a vector of the types of resources that are bound, we use an enum to deal with heterogeneous types
Functions
§
align