mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Add missing override specifier
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user