Unverified Commit 00965b9f by dan sinclair Committed by GitHub

Remove unused variable. (#2273)

The `isMat` variable is no longer used in the HLSL parser. Removed.
parent 8496b782
......@@ -334,7 +334,6 @@ glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, cons
inline bool IsValid(const char* cname, char retOrder, char retType, char argOrder, char argType, int dim0, int dim1)
{
const bool isVec = (argOrder == 'V');
const bool isMat = (argOrder == 'M');
const std::string name(cname);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment