Commit b4d46627 by John Kessenich

Build: Fix build warnings.

parent a83959fa
...@@ -471,7 +471,7 @@ protected: ...@@ -471,7 +471,7 @@ protected:
*/ */
struct TDefaultIoResolver : public TDefaultIoResolverBase struct TDefaultIoResolver : public TDefaultIoResolverBase
{ {
bool validateBinding(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool /*is_live*/) override bool validateBinding(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& /*type*/, bool /*is_live*/) override
{ {
return true; return true;
} }
...@@ -573,7 +573,7 @@ b – for constant buffer views (CBV) ...@@ -573,7 +573,7 @@ b – for constant buffer views (CBV)
********************************************************************************/ ********************************************************************************/
struct TDefaultHlslIoResolver : public TDefaultIoResolverBase struct TDefaultHlslIoResolver : public TDefaultIoResolverBase
{ {
bool validateBinding(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool /*is_live*/) override bool validateBinding(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& /*type*/, bool /*is_live*/) override
{ {
return true; return true;
} }
......
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