Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger.

This commit is contained in:
asuessenbach 2022-09-22 10:24:56 +02:00
parent fc63beb596
commit 6d8b0aa13e

View File

@ -3,4 +3,8 @@
<Type Name="vk::Flags&lt;*&gt;">
<DisplayString>[{($T1)m_mask}]</DisplayString>
</Type>
<Type Name="vk::ArrayWrapper1D&lt;char,*&gt;">
<DisplayString>{_Elems,s}</DisplayString>
<StringView>_Elems,s</StringView>
</Type>
</AutoVisualizer>