Add missing override specifier

This commit is contained in:
baldurk
2020-04-09 20:10:04 +01:00
parent 4ebdf806c9
commit 350da5caf7
+1 -1
View File
@@ -119,7 +119,7 @@ public:
const ShaderVariable &ddxCalc, const ShaderVariable &ddyCalc,
const ShaderVariable &compare, rdcspv::GatherChannel gatherChannel,
const rdcspv::ImageOperandsAndParamDatas &operands,
ShaderVariable &output)
ShaderVariable &output) override
{
return true;
}