Use texture viewer background color for 'clear before X' overlays

This commit is contained in:
baldurk
2019-07-11 17:05:58 +01:00
parent 7432fd31d4
commit d4d21ce736
15 changed files with 82 additions and 43 deletions
+3 -2
View File
@@ -228,8 +228,9 @@ public:
RDCEraseEl(ret);
return ret;
}
ResourceId RenderOverlay(ResourceId texid, CompType typeHint, DebugOverlay overlay,
uint32_t eventId, const std::vector<uint32_t> &passEvents)
ResourceId RenderOverlay(ResourceId texid, CompType typeHint, FloatVector clearCol,
DebugOverlay overlay, uint32_t eventId,
const std::vector<uint32_t> &passEvents)
{
return ResourceId();
}