Browse Source

Added Encoder natvis.

Branimir Karadžić 7 years ago
parent
commit
2a3fb9c0f9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      scripts/bgfx.natvis

+ 6 - 0
scripts/bgfx.natvis

@@ -114,4 +114,10 @@
             <ExpandedItem>bgfx::s_ctx->m_declRef[idx]</ExpandedItem>
         </Expand>
     </Type>
+
+    <Type Name="bgfx::Encoder">
+        <Expand>
+            <ExpandedItem>(bgfx::EncoderImpl *)this</ExpandedItem>
+        </Expand>
+    </Type>
 </AutoVisualizer>