We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bb5cd commit 5709071Copy full SHA for 5709071
src/commonTest/kotlin/baaahs/glshaders/PaintShaderSpec.kt
@@ -139,7 +139,7 @@ object PaintShaderSpec : Spek({
139
}
140
141
it("generates invocation GLSL") {
142
- expect("p0_mainImage(resultVar, sm_FragCoord.xy)") {
+ expect("p0_mainImage(resultVar, gl_FragCoord.xy)") {
143
shader.invocationGlsl(namespace, "resultVar")
144
145
0 commit comments