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§
- Shaders
Plugin - The main plugin of bevy_shaders package. It registers all new materials, so you can use them easly.