Docs.rs
bevy_pixels-0.12.0
bevy_pixels 0.12.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
Crates.io
Source
Owners
dtcristo
Dependencies
bevy ^0.12
normal
pixels ^0.13
normal
pollster ^0.3
normal
Versions
14.29%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
bevy_pixels
0.12.0
All Items
Re-exports
Modules
Structs
?
Crate
bevy_pixels
source
·
[
−
]
Re-exports
pub use
pixels
;
Modules
diagnostic
prelude
schedule
Structs
PixelsOptions
Defines the sizing and behavior of the pixel buffer and surface texture.
PixelsPlugin
A [
Plugin
] that defines an integration between Bevy and the
pixels
crate. Should be added to app after [
DefaultPlugins
].
PixelsWrapper
Wrapper component for underlying
Pixels
struct.