-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7de5864
commit 1a7e501
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte4/src/routes/hello-world/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte4/src/routes/landing-page-bubbles/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte4/src/routes/oversized-canvas/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte5/src/routes/hello-world/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte5/src/routes/landing-page-bubbles/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte5/src/routes/landing-page-halo/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
2 changes: 1 addition & 1 deletion
2
packages/tests-svelte5/src/routes/oversized-canvas/webgl/shader.frag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#version 300 es | ||
|
||
precision mediump float; | ||
precision highp float; | ||
out vec4 fragColor; | ||
|
||
uniform vec2 u_resolution; | ||
|