forked from Green-Sky/tomato
Green Sky
5c7231b7a3
git-subtree-dir: external/entt/entt git-subtree-split: fef921132cae7588213d0f9bcd2fb9c8ffd8b7fc
16 lines
484 B
XML
16 lines
484 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<Type Name="entt::resource<*>">
|
|
<DisplayString>{ value }</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>value</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
<Type Name="entt::resource_cache<*>">
|
|
<DisplayString>{ pool.first_base::value }</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>pool.first_base::value</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
</AutoVisualizer>
|