summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/landmassShader.fs
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-04-11 22:54:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-04-11 22:54:44 +0100
commitd0186d81127056ac2647807dcf05b454e234a7cb (patch)
treec479dfcf588927ebc87d95c4a8e1d01c28205799 /gfx/gl/shaders/landmassShader.fs
parentMove lots of common glsl interface to include files (diff)
downloadilt-d0186d81127056ac2647807dcf05b454e234a7cb.tar.bz2
ilt-d0186d81127056ac2647807dcf05b454e234a7cb.tar.xz
ilt-d0186d81127056ac2647807dcf05b454e234a7cb.zip
Move the vertex/fragment shader interface for materials into an include
Diffstat (limited to 'gfx/gl/shaders/landmassShader.fs')
-rw-r--r--gfx/gl/shaders/landmassShader.fs4
1 files changed, 1 insertions, 3 deletions
diff --git a/gfx/gl/shaders/landmassShader.fs b/gfx/gl/shaders/landmassShader.fs
index 5daeeb6..f3cc3e8 100644
--- a/gfx/gl/shaders/landmassShader.fs
+++ b/gfx/gl/shaders/landmassShader.fs
@@ -1,8 +1,6 @@
#version 330 core
-in vec3 FragPos;
-in vec2 TexCoords;
-in vec3 Normal;
+include(`materialInterface.glsl')
include(`geometryOut.glsl')
uniform sampler2D texture0;