diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-13 05:27:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-13 05:27:47 +0200 |
commit | 55ff3fddd8bee56fdec18612c7afd4863ac024e0 (patch) | |
tree | d2422898c42bdc263ca777ed19d26683b31020df /shaders/lightmap.vert | |
parent | b25f19d99a78099e10319983cb8230266a2c9870 (diff) |
shaders: wip
Diffstat (limited to 'shaders/lightmap.vert')
-rw-r--r-- | shaders/lightmap.vert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/lightmap.vert b/shaders/lightmap.vert index 7b1ca696..8cda9926 100644 --- a/shaders/lightmap.vert +++ b/shaders/lightmap.vert @@ -4,6 +4,7 @@ layout (location = 0) uniform vec4 color_intensity; layout (location = 1) uniform vec2 center; layout (location = 2) uniform uint falloff; layout (location = 3) uniform vec2 size; +layout (location = 4) uniform bool enable_lightmap; layout (location = 0) in vec4 position; |