X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fscene_route.fs;h=a2eeb99c810b50a17ce93eabf0b6a53b8250a90e;hb=409edea2cf6271956137918e4e0b4f1c2addf620;hp=5bb973d380e81b753493e1d4a9682ad9e70a58a0;hpb=aa4c26eae2208872824e0eb5b71bc05c16d43242;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/scene_route.fs b/shaders/scene_route.fs index 5bb973d..a2eeb99 100644 --- a/shaders/scene_route.fs +++ b/shaders/scene_route.fs @@ -5,12 +5,6 @@ uniform vec4 uColour; uniform vec3 uBoard0; uniform vec3 uBoard1; -in vec2 aUv; -in vec4 aNorm; -in vec3 aCo; -in vec3 aWorldCo; -flat in ivec4 aLights; - #include "common_scene.glsl" #include "motion_vectors_fs.glsl"