Docs.rs
piet-wgpu-0.2.0
piet-wgpu 0.2.0
Docs.rs crate page
LGPL-3.0-or-later
OR
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
notgull
Dependencies
bytemuck ^1.13.1
normal
piet-hardware ^0.1.1
normal
tracing ^0.1.37
normal
wgpu ^0.16
normal
futures-lite ^1.13.0
dev
image ^0.24.6
dev
instant ^0.1.12
dev
tracing-subscriber ^0.3.17
dev
winit ^0.28.3
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
Crate piet_wgpu
Version 0.2.0
All Items
Structs
Traits
?
Crate
piet_wgpu
source
·
[
−
]
Expand description
A GPU-accelerated 2D graphics backend for
piet
that uses the
wgpu
crate.
Structs
Brush
The brush type.
Image
The image type.
RenderContext
The whole point.
Text
The text engine type.
TextLayout
The text layout type.
TextLayoutBuilder
The text layout builder type.
WgpuContext
A wrapper around a
wgpu
[
Device
] and [
Queue
] with cached information.
Traits
DeviceAndQueue
A reference to a
wgpu
Device
, and
Queue
.