From 5a18dc704a2f5eecebcbdd77682a40ba8316d253 Mon Sep 17 00:00:00 2001 From: "YONGH\\yongh" Date: Thu, 19 Oct 2017 18:20:29 -0400 Subject: typo fix --- source/slang/glsl.meta.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/slang/glsl.meta.slang b/source/slang/glsl.meta.slang index 878cea188..5cfb5e7c0 100644 --- a/source/slang/glsl.meta.slang +++ b/source/slang/glsl.meta.slang @@ -172,7 +172,7 @@ sb << "syntax patch : GLSLPatchModifier;\n"; // [GLSL 4.5] Interpolation Qualifiers sb << "syntax smooth : SimpleModifier;\n"; sb << "syntax flat : SimpleModifier;\n"; -sb << "syntax noperspectie : SimpleModifier;\n"; +sb << "syntax noperspective : SimpleModifier;\n"; // [GLSL 4.3.2] Constant Qualifier -- cgit v1.2.3