summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/bgfx.natvis
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/bgfx.natvis')
-rw-r--r--3rdparty/bgfx/scripts/bgfx.natvis8
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/bgfx/scripts/bgfx.natvis b/3rdparty/bgfx/scripts/bgfx.natvis
index b82280af29d..2201f415aef 100644
--- a/3rdparty/bgfx/scripts/bgfx.natvis
+++ b/3rdparty/bgfx/scripts/bgfx.natvis
@@ -54,7 +54,7 @@
</Expand>
</Type>
- <Type Name="bgfx::Context::ShaderRef">
+ <Type Name="bgfx::ShaderRef">
<Expand>
<Item Name="m_uniforms">m_uniforms,[m_num]</Item>
<Item Name="m_name">m_name</Item>
@@ -82,7 +82,7 @@
</Expand>
</Type>
- <Type Name="bgfx::Context::TextureRef">
+ <Type Name="bgfx::TextureRef">
<Expand>
<Item Name="m_name">m_name</Item>
<Item Name="m_ptr">m_ptr</Item>
@@ -106,12 +106,12 @@
</Expand>
</Type>
- <Type Name="bgfx::VertexDeclHandle">
+ <Type Name="bgfx::VertexLayoutHandle">
<DisplayString Condition="idx == bgfx::kInvalidHandle">{{ idx={idx} (INVALID) }}</DisplayString>
<DisplayString>{{ idx={idx} }}</DisplayString>
<Expand>
<ExpandedItem>this,!</ExpandedItem>
- <ExpandedItem>bgfx::s_ctx->m_declRef[idx]</ExpandedItem>
+ <ExpandedItem>bgfx::s_ctx->m_vertexLayoutRef[idx]</ExpandedItem>
</Expand>
</Type>