Docs.rs
aspen-renderer-0.1.12
aspen-renderer 0.1.12
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ZakGoedegebuur
Dependencies
aspen-loader ^0.1.1
normal
slotmap ^1.0.7
normal
vulkano ^0.34.1
normal
winit ^0.29.0
normal
Versions
0%
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
Drawable
aspen_
renderer
0.1.12
Drawable
Required Methods
draw
Implementors
In aspen_
renderer::
drawable
aspen_renderer
::
drawable
Trait
Drawable
Copy item path
Source
pub trait Drawable { // Required method fn
draw
(&mut self, command_buffer: &mut
CmdBuffer
); }
Required Methods
§
Source
fn
draw
(&mut self, command_buffer: &mut
CmdBuffer
)
Implementors
§