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 4197483 commit 1771a58Copy full SHA for 1771a58
1 file changed
code/def_files/data/effects/envmap-sphere-warp-f.sdr
@@ -11,8 +11,6 @@ in vec4 fragTexCoord;
11
12
layout(location=0) out vec4 fragOut0;
13
14
-layout (location = 0) out vec4 outColor;
15
-
16
void main() {
17
const float theta = -fragTexCoord.x * (2.0 * M_PI);
18
const float phi = fragTexCoord.y * (M_PI) - (0.5 * M_PI);
0 commit comments