2022-08-03 14:18:07 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
|
|
<Type Name="vk::Flags<*>">
|
|
|
|
|
<DisplayString>[{($T1)m_mask}]</DisplayString>
|
|
|
|
|
</Type>
|
2022-09-22 16:24:56 +08:00
|
|
|
<Type Name="vk::ArrayWrapper1D<char,*>">
|
|
|
|
|
<DisplayString>{_Elems,s}</DisplayString>
|
|
|
|
|
<StringView>_Elems,s</StringView>
|
|
|
|
|
</Type>
|
2022-08-03 14:18:07 +08:00
|
|
|
</AutoVisualizer>
|