Skip to content

Commit 5a18dc7

Browse files
committed
typo fix
1 parent 8ff7412 commit 5a18dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/slang/glsl.meta.slang

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ sb << "syntax patch : GLSLPatchModifier;\n";
172172
// [GLSL 4.5] Interpolation Qualifiers
173173
sb << "syntax smooth : SimpleModifier;\n";
174174
sb << "syntax flat : SimpleModifier;\n";
175-
sb << "syntax noperspectie : SimpleModifier;\n";
175+
sb << "syntax noperspective : SimpleModifier;\n";
176176

177177

178178
// [GLSL 4.3.2] Constant Qualifier

0 commit comments

Comments
 (0)