Remove unused variable. (#2273)
The `isMat` variable is no longer used in the HLSL parser. Removed.
This commit is contained in:
parent
8496b782fb
commit
00965b9fa9
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue