Crate bevy_shaders

Source
Expand description

bevy_shader is a collection of shaders for the Bevy game engine 💠

Re-exports§

pub use blinking_led::BlinkingLEDMaterial;
pub use led::LEDMaterial;
pub use text::TextData;
pub use text::TextMaterial;

Modules§

blinking_led
led
prelude
use `bevy_shaders::prelude::*;`` to import common materials and plugins.
text

Structs§

ShadersPlugin
The main plugin of bevy_shaders package. It registers all new materials, so you can use them easly.