🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
484 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  3. <Type Name="entt::resource&lt;*&gt;">
  4. <DisplayString>{ value }</DisplayString>
  5. <Expand>
  6. <ExpandedItem>value</ExpandedItem>
  7. </Expand>
  8. </Type>
  9. <Type Name="entt::resource_cache&lt;*&gt;">
  10. <DisplayString>{ pool.first_base::value }</DisplayString>
  11. <Expand>
  12. <ExpandedItem>pool.first_base::value</ExpandedItem>
  13. </Expand>
  14. </Type>
  15. </AutoVisualizer>