소스 검색

Fixed extraneous uniform stmt in shader docs

Jhonny Göransson 1 년 전
부모
커밋
080b9665ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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