mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 19:49:19 +02:00
if/ifdef fix
This commit is contained in:
@@ -8,7 +8,7 @@ in vec4 f_clip_future_pos;
|
||||
void main()
|
||||
{
|
||||
gl_FragData[0] = param[0];
|
||||
#ifdef MOTIONBLUR_ENABLED
|
||||
#if MOTIONBLUR_ENABLED
|
||||
{
|
||||
vec2 a = (f_clip_future_pos.xy / f_clip_future_pos.w) * 0.5 + 0.5;;
|
||||
vec2 b = (f_clip_pos.xy / f_clip_pos.w) * 0.5 + 0.5;;
|
||||
|
||||
Reference in New Issue
Block a user