Skip to content

Commit

Permalink
deploy: 7f68a9f
Browse files Browse the repository at this point in the history
  • Loading branch information
PodeCaradox committed Dec 3, 2023
1 parent 3966fbd commit fb32dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/shaders/entity_world.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ struct EntityInput
struct VertexOutput {
@builtin(position) Position: vec4<f32>,
@location(0) TexCoord : vec2<f32>,
@location(1) image_index : u32,
@location(2) color_table_index : u32,
@location(1) @interpolate(flat) image_index : u32,
@location(2) @interpolate(flat) color_table_index : u32,
@location(3) ColorTablePos : vec2<f32>,
}

Expand Down

0 comments on commit fb32dbd

Please sign in to comment.