Docs.rs
rendy-command-0.5.1
rendy-command 0.5.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
github:amethyst:rendy
zakarumych
github:amethyst:crate_access
Dependencies
relevant ^0.4.0
normal
rendy-core ^0.5.1
normal
smallvec ^0.6
normal
thread_profiler ^0.3
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rendy_
command
0.5.1
Resettable
Implementors
In crate rendy_
command
rendy_command
Trait
Resettable
Copy item path
Source
pub trait Resettable { }
Expand description
States in which command buffer can de reset.
Implementors
§
Source
§
impl
Resettable
for
InitialState
Source
§
impl
Resettable
for
InvalidState
Source
§
impl<U, P>
Resettable
for
ExecutableState
<U, P>
Source
§
impl<U, P>
Resettable
for
RecordingState
<U, P>