diff options
author | chai <chaifix@163.com> | 2021-11-01 09:50:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-01 09:50:03 +0800 |
commit | 8078aeed4e62c6b3aa48102554044768b402570c (patch) | |
tree | 45928c5b35df5dd3f952ccb789c84b7986743b26 /Runtime/Graphics/ShaderCompiler.cpp | |
parent | 20577019253d0b2938fbf0057eed0bda72556e82 (diff) |
*misc
Diffstat (limited to 'Runtime/Graphics/ShaderCompiler.cpp')
-rw-r--r-- | Runtime/Graphics/ShaderCompiler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Runtime/Graphics/ShaderCompiler.cpp b/Runtime/Graphics/ShaderCompiler.cpp index a3dcf50..20b19f5 100644 --- a/Runtime/Graphics/ShaderCompiler.cpp +++ b/Runtime/Graphics/ShaderCompiler.cpp @@ -31,8 +31,7 @@ if(pos == string::npos || !IsLabelActive(src, label)) {\ CheckLabel(VSH_END);
CheckLabel(FSH_BEGIN);
CheckLabel(FSH_END);
-
-
+
vsh = GetContent(src, VSH_BEGIN, VSH_END);
fsh = GetContent(src, FSH_BEGIN, FSH_END);
|