diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-15 00:08:20 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-15 00:08:20 +0100 |
commit | 48ec3a869029bad34773516df193519a4fe9103a (patch) | |
tree | 9539b9a849a2bf5dbb7c407b754d7fae2fcbcfd7 /gfx/gl/shaders/materialOut.glsl | |
parent | Merge branch 'assimp' (diff) | |
download | ilt-48ec3a869029bad34773516df193519a4fe9103a.tar.bz2 ilt-48ec3a869029bad34773516df193519a4fe9103a.tar.xz ilt-48ec3a869029bad34773516df193519a4fe9103a.zip |
Rename lots of shader files
Names and paths still not perfect, but better and the weird name missuse is gone
Diffstat (limited to 'gfx/gl/shaders/materialOut.glsl')
-rw-r--r-- | gfx/gl/shaders/materialOut.glsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/gl/shaders/materialOut.glsl b/gfx/gl/shaders/materialOut.glsl new file mode 100644 index 0000000..dc5f8e8 --- /dev/null +++ b/gfx/gl/shaders/materialOut.glsl @@ -0,0 +1,3 @@ +layout(location = 0) out vec4 gPosition; +layout(location = 1) out vec4 gNormal; +layout(location = 2) out vec4 gAlbedoSpec; |