Skip to content

Commit

Permalink
Remove lighting settings
Browse files Browse the repository at this point in the history
No blur yet. Will add this back later.
  • Loading branch information
jgayfer committed Aug 1, 2024
1 parent 8213bbe commit 9041c31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/render/types.wgsl
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#define_import_path bevy_light_2d::types

struct LightingSettings {
// blur circle of confusion
coc: f32,
}

struct AmbientLight2d {
color: vec4<f32>,
}
Expand Down

0 comments on commit 9041c31

Please sign in to comment.