summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/prototypes/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/prototypes/default.json')
-rw-r--r--src/render/materialsystem/prototypes/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/materialsystem/prototypes/default.json b/src/render/materialsystem/prototypes/default.json
index 16a3288ac..f92172d5d 100644
--- a/src/render/materialsystem/prototypes/default.json
+++ b/src/render/materialsystem/prototypes/default.json
@@ -21,6 +21,9 @@
"headerSnippets": [
"attribute highp $type $name;"
],
+ "headerSnippetsFrag": [
+ "varying highp $type $name;"
+ ],
"substitution": "highp $type $value = $name;"
},
{