Fix handling of overlays when rendering to mips

* Also removes some unnecessary variations in behaviour between APIs
This commit is contained in:
baldurk
2020-03-12 15:42:54 +00:00
parent 02184b07e7
commit 954e29df9e
14 changed files with 207 additions and 179 deletions
+2 -2
View File
@@ -235,8 +235,8 @@ public:
RDCEraseEl(ret);
return ret;
}
ResourceId RenderOverlay(ResourceId texid, CompType typeCast, FloatVector clearCol,
DebugOverlay overlay, uint32_t eventId,
ResourceId RenderOverlay(ResourceId texid, const Subresource &sub, CompType typeCast,
FloatVector clearCol, DebugOverlay overlay, uint32_t eventId,
const rdcarray<uint32_t> &passEvents)
{
return ResourceId();