bevy_light_2d 0.4.0

General purpose 2d lighting for the Bevy game engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use bevy::{asset::Handle, render::render_resource::Shader};

pub mod empty_buffer;
pub mod extract;
pub mod light_map;
pub mod lighting;
pub mod sdf;

pub const TYPES_SHADER: Handle<Shader> =
    Handle::weak_from_u128(134542958402584092759402858489640143033);

pub const VIEW_TRANSFORMATIONS_SHADER: Handle<Shader> =
    Handle::weak_from_u128(134542958402584092759402858489640143039);