Skip to content

Commit 03ea551

Browse files
committed
amd cable fix
1 parent 58c6618 commit 03ea551

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

LuaRules/Gadgets/Shaders/gfx_overdrive_cables.frag.glsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,3 +681,5 @@ void main() {
681681
//alpha = 1.0;
682682
fragColor = vec4(color, alpha); // Mix in some of the underlying terrain
683683
}
684+
#if !defined(SHADOW_PASS) && !defined(DEFERRED_PASS)
685+
#endif

LuaRules/Gadgets/Shaders/gfx_overdrive_cables.geom.glsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,3 +799,5 @@ void main() {
799799
gridD, timeD, cap, tCenter, spawnAlongMain, twigIdx, arcDh, numSeg);
800800
}
801801
}
802+
#if !defined(SHADOW_PASS) && !defined(DEFERRED_PASS)
803+
#endif

0 commit comments

Comments
 (0)