We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1f8b commit cee003eCopy full SHA for cee003e
Data/Base.rte/Shaders/Background.frag
@@ -1,14 +1,14 @@
1
#version 330
2
#extension GL_KHR_blend_equation_advanced: enable
3
+#extension GL_ARB_sample_shading: enable
4
5
in vec2 textureUV;
6
in vec4 vertexColor;
7
8
#ifdef GL_KHR_blend_equation_advanced
-layout(blend_support_all_equations) out vec4 FragColor;
9
-#else
10
-out vec4 FragColor;
+layout(blend_support_all_equations) out;
11
#endif
+out vec4 FragColor;
12
uniform sampler2D rteTexture;
13
uniform sampler2D rtePalette;
14
uniform vec4 rteColor = vec4(1.0);
0 commit comments