Skip to content

Commit

Permalink
Fixed custom shader warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Dec 17, 2023
1 parent 583d6f6 commit e61f0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/custom_shader.wgsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import bevy_ecs_tilemap::common process_fragment
#import bevy_ecs_tilemap::vertex_output MeshVertexOutput
#import bevy_sprite::mesh2d_view_bindings globals
#import bevy_ecs_tilemap::common::process_fragment
#import bevy_ecs_tilemap::vertex_output::MeshVertexOutput
#import bevy_sprite::mesh2d_view_bindings::globals

struct MyMaterial {
brightness: f32,
Expand Down

0 comments on commit e61f0b2

Please sign in to comment.