Internals: added ImSpan helper structure + 2020/10/01 stricter bound checking

This commit is contained in:
omar
2020-03-18 12:20:53 +01:00
committed by ocornut
parent 054c67079a
commit 182115409a
2 changed files with 39 additions and 0 deletions

View File

@ -13,6 +13,16 @@
</ArrayItems>
</Expand>
</Type>
<Type Name="ImSpan&lt;*&gt;">
<DisplayString>{{Size={DataEnd-Data} }}</DisplayString>
<Expand>
<ArrayItems>
<Size>DataEnd-Data</Size>
<ValuePointer>Data</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="ImVec2">
<DisplayString>{{x={x,g} y={y,g}}}</DisplayString>