mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 05:30:06 +00:00
Extend the VulkanHpp.natvis file to have vk::ArrayWrapper1D<char,*> more readable in VS debugger.
This commit is contained in:
parent
fc63beb596
commit
6d8b0aa13e
@ -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>
|
Loading…
Reference in New Issue
Block a user