Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger.
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
<Type Name="vk::Flags<*>">
|
||||
<DisplayString>[{($T1)m_mask}]</DisplayString>
|
||||
</Type>
|
||||
<Type Name="vk::ArrayWrapper1D<char,*>">
|
||||
<DisplayString>{_Elems,s}</DisplayString>
|
||||
<StringView>_Elems,s</StringView>
|
||||
</Type>
|
||||
</AutoVisualizer>
|
||||
Reference in New Issue
Block a user