From fb32dbdbf93c790e189869ae80e6494f11e3d3a8 Mon Sep 17 00:00:00 2001 From: PodeCaradox Date: Sun, 3 Dec 2023 22:00:17 +0000 Subject: [PATCH] deploy: 7f68a9fb7502308bad33df8419c8b3ab75bcfe36 --- assets/shaders/entity_world.wgsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/shaders/entity_world.wgsl b/assets/shaders/entity_world.wgsl index 8584583..075fb61 100644 --- a/assets/shaders/entity_world.wgsl +++ b/assets/shaders/entity_world.wgsl @@ -43,8 +43,8 @@ struct EntityInput struct VertexOutput { @builtin(position) Position: vec4, @location(0) TexCoord : vec2, - @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, }