diff --git a/crates/bevy_pbr/src/render_graph/pbr_pipeline/pbr.frag b/crates/bevy_pbr/src/render_graph/pbr_pipeline/pbr.frag index 2730b5f2da..5b217cee20 100644 --- a/crates/bevy_pbr/src/render_graph/pbr_pipeline/pbr.frag +++ b/crates/bevy_pbr/src/render_graph/pbr_pipeline/pbr.frag @@ -1,3 +1,5 @@ +#version 450 + // From the Filament design doc // https://google.github.io/filament/Filament.html#table_symbols // Symbol Definition @@ -32,8 +34,6 @@ // // The above integration needs to be approximated. -#version 450 - const int MAX_LIGHTS = 10; struct PointLight {