mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
silence bogus GCC warning
This commit is contained in:
@@ -482,7 +482,7 @@ static void StandardFillCBufferVariables(ResourceId shader, const rdcarray<Shade
|
||||
}
|
||||
|
||||
size_t outIdx = outvars.size();
|
||||
outvars.resize(outvars.size() + 1);
|
||||
outvars.push_back({});
|
||||
|
||||
{
|
||||
const VarType type = invars[v].type.descriptor.type;
|
||||
|
||||
Reference in New Issue
Block a user