Daniel Salvadori e1a3ee35ac Remove old sprite shaders пре 6 година
..
include 5fcf703c82 Optimize and clean shaders пре 6 година
README.md f2e8d9152f changing shaders preprocessing... пре 8 година
basic_fragment.glsl cf98332151 Add precision qualifiers and fix floats пре 6 година
basic_vertex.glsl 6d47c8aa75 changing shaders preprocessing... пре 8 година
panel_fragment.glsl cf98332151 Add precision qualifiers and fix floats пре 6 година
panel_vertex.glsl cf98332151 Add precision qualifiers and fix floats пре 6 година
phong_fragment.glsl 90f4f0f128 Convert multiline defines into GLSL functions пре 6 година
phong_vertex.glsl cf98332151 Add precision qualifiers and fix floats пре 6 година
physical_fragment.glsl c2e7b112e2 modified pbr shader to use texture() instead of deprecated texture2D() пре 7 година
physical_vertex.glsl 5fcf703c82 Optimize and clean shaders пре 6 година
point_fragment.glsl 90f4f0f128 Convert multiline defines into GLSL functions пре 6 година
point_vertex.glsl 01e8fec3a1 changing shaders preprocessing... пре 8 година
shaders.go 9e48c7ee3e cleanup/docs пре 7 година
sources.go e1a3ee35ac Remove old sprite shaders пре 6 година
standard_fragment.glsl 90f4f0f128 Convert multiline defines into GLSL functions пре 6 година
standard_vertex.glsl cf98332151 Add precision qualifiers and fix floats пре 6 година

README.md

This directory contains GLSL shaders used by the engine

If any shader in this directory or include 'chunk' in the "include" subdirectory is modified or a new shader or chunk is added or removed it is necessary to execute:

go generate

in this directory to update the "sources.go" file. It will invoke the "g3nshaders" command which will read the shaders and include files and generate the "sources.go" file.

To install "g3nshaders" change to the "tools/g3nshaders" directory from the engine "root" and execute: "go install".