Procházet zdrojové kódy

Fixed extraneous uniform stmt in shader docs

Jhonny Göransson před 1 rokem
rodič
revize
080b9665ab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/en/manuals/shader.md

+ 1 - 1
docs/en/manuals/shader.md

@@ -223,7 +223,7 @@ As a final example where all of these rules are applied, here is the builtin spr
 
 uniform vx_uniforms
 {
-    uniform mat4 view_proj;
+    mat4 view_proj;
 };
 
 // positions are in world space