1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Set source view content width to max value, regardless of clipping.

This commit is contained in:
Bartosz Taudul
2020-06-06 12:31:47 +02:00
parent 4dc07d6e60
commit ecfeb01aad
2 changed files with 16 additions and 2 deletions
+3
View File
@@ -239,6 +239,9 @@ private:
unordered_flat_set<uint32_t> m_srcSampleSelect;
uint32_t m_asmGroupSelect = -1;
uint32_t m_srcGroupSelect = -1;
float m_srcWidth;
float m_asmWidth;
};
}