Compilation fixes for C++20

This commit is contained in:
Jeff Hutchinson 2022-11-27 23:08:07 -05:00
parent e16351605b
commit 1940becb2d
40 changed files with 220 additions and 211 deletions

View file

@ -43,7 +43,7 @@ public:
U32 numElements = 1,
U32 numRegisters = -1 );
virtual void setName( char *newName );
virtual void setName( const char *newName );
virtual void reset();
virtual void sortVars();
@ -71,4 +71,4 @@ public:
virtual void print( Stream &stream, bool isVerterShader );
};
#endif // _SHADERCOMP_HLSL_H_
#endif // _SHADERCOMP_HLSL_H_