groupbar: various visual improvements

added rounding, round at edges, and indicator height
This commit is contained in:
Vaxry 2025-01-31 13:32:36 +00:00
parent ac5668192e
commit 9c38287410
7 changed files with 121 additions and 22 deletions

View file

@ -19,6 +19,7 @@ class CTexPassElement : public IPassElement {
SP<CSyncTimeline> syncTimeline;
int64_t syncPoint = 0;
std::optional<Mat3x3> replaceProjection;
CBox clipBox;
};
CTexPassElement(const SRenderData& data);