Docs.rs
bevy_lit-0.9.1
Platform
i686-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
bevy_lit 0.9.1
A lighting 2d library for Bevy
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
light_common.wgsl
light_vertex.wgsl
mod.rs
point_light.rs
point_light.wgsl
render.rs
spot_light.rs
spot_light.wgsl
texture_light.rs
texture_light.wgsl
1
2
3
4
pub
mod
point_light
;
pub
mod
render
;
pub
mod
spot_light
;
pub
mod
texture_light
;