16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

smoke shader fix

This commit is contained in:
milek7
2019-09-19 19:27:42 +02:00
parent e0d828b22e
commit 3b623c4506
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
in vec4 f_color;
in vec2 f_coord;
in vec4 f_pos;
in vec4 f_clip_pos;
in vec4 f_clip_future_pos;
@@ -8,6 +9,7 @@ in vec4 f_clip_future_pos;
uniform sampler2D tex1;
#include <common>
#include <apply_fog.glsl>
#include <tonemapping.glsl>
layout(location = 0) out vec4 out_color;