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.
2 parents a9c6303 + ed23480 commit ac5013fCopy full SHA for ac5013f
.gitignore
@@ -9,6 +9,7 @@ export_presets.cfg
9
10
# Mono-specific ignores
11
.mono/
12
+data_*/
13
mono_crash.*.json
14
15
# System/tool-specific ignores
2d/screen_space_shaders/README.md
@@ -5,7 +5,7 @@ Many common full-res effects are implemented here for reference.
5
6
Language: [GDSL](https://docs.godotengine.org/en/latest/tutorials/shading/shading_reference/shading_language.html) and GDScript
7
8
-Renderer: GLES 2
+Renderer: GLES 3
## Screenshots
2d/screen_space_shaders/project.godot
@@ -32,7 +32,3 @@ stretch/mode="2d"
32
[gdnative]
33
34
singletons=[ ]
35
-
36
-[rendering]
37
38
-quality/driver/driver_name="GLES2"
0 commit comments