Docs.rs
fast3d-wgpu-renderer-0.5.0
fast3d-wgpu-renderer 0.5.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
dcvz
Dependencies
bytemuck ^1.13.1
normal
fast3d ^0.5.0
normal
fast3d-gbi ^0.5.0
normal
glam ^0.24.1
normal
log ^0.4
normal
naga ^0.13
normal
rustc-hash ^1.1
normal
wgpu ^0.17
normal
Versions
0%
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
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
Files
fast3d_wgpu_renderer/
lib.rs
1
pub mod
defines;
2
mod
wgpu_program;
3
4
pub mod
wgpu_renderer;
5
pub use
wgpu_renderer::WgpuRenderer;