Skip to content

Commit 5709071

Browse files
committed
Fix test.
1 parent c6bb5cd commit 5709071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonTest/kotlin/baaahs/glshaders/PaintShaderSpec.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ object PaintShaderSpec : Spek({
139139
}
140140

141141
it("generates invocation GLSL") {
142-
expect("p0_mainImage(resultVar, sm_FragCoord.xy)") {
142+
expect("p0_mainImage(resultVar, gl_FragCoord.xy)") {
143143
shader.invocationGlsl(namespace, "resultVar")
144144
}
145145
}

0 commit comments

Comments
 (0)