Merge pull request #1414 from asuessenbach/natvis

Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger.
This commit is contained in:
Andreas Süßenbach 2022-09-22 11:42:52 +02:00 committed by GitHub
commit 8fc8bdbca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>