Docs.rs
conrod_wgpu-0.76.1
conrod_wgpu 0.76.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mitchmindtree
github:pistondevelopers:publish
Dependencies
conrod_core ^0.76
normal
wgpu ^0.11
normal
conrod_example_shared ^0.76
dev
conrod_winit ^0.76
dev
find_folder ^0.3
dev
futures ^0.3
dev
image ^0.23
dev
winit ^0.25
dev
Versions
78.57%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
conrod_
wgpu
0.76.1
All Items
Crate Items
Structs
Enums
Crate
conrod_wgpu
Copy item path
Source
Structs
§
Glyph
Cache
Command
An command for uploading an individual glyph.
Image
A loaded wgpu texture and it’s width/height
Render
A render produced by the
Renderer::render
method.
Renderer
A helper type aimed at simplifying the rendering of conrod primitives via wgpu.
Vertex
The data associated with a single vertex.
Enums
§
Render
Pass
Command
A draw command that maps directly to the
wgpu::CommandEncoder
method. By returning
RenderPassCommand
s, we can avoid consuming the entire
AutoCommandBufferBuilder
itself which might not always be available from APIs that wrap Vulkan.