godot_voxel/misc/voxel.natvis

15 lines
370 B
XML

<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="Span&lt;*&gt;">
<Expand>
<Item Name="[size]">_size</Item>
<ArrayItems>
<Size>_size</Size>
<ValuePointer>_ptr</ValuePointer>
</ArrayItems>
</Expand>
</Type>
</AutoVisualizer>