mirror of https://github.com/bkaradzic/bgfx
Updated natvis.
This commit is contained in:
parent
cb6a6ee383
commit
115661d158
|
@ -58,9 +58,10 @@
|
|||
<Expand>
|
||||
<Item Name="m_uniforms">m_uniforms,[m_num]</Item>
|
||||
<Item Name="m_name">m_name</Item>
|
||||
<Item Name="m_hash">m_hash</Item>
|
||||
<Item Name="m_refCount">m_refCount</Item>
|
||||
<Item Name="m_hashIn">m_hashIn</Item>
|
||||
<Item Name="m_hashOut">m_hashOut</Item>
|
||||
<Item Name="m_num">m_num</Item>
|
||||
<Item Name="m_refCount">m_refCount</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
|
@ -86,14 +87,15 @@
|
|||
<Expand>
|
||||
<Item Name="m_name">m_name</Item>
|
||||
<Item Name="m_ptr">m_ptr</Item>
|
||||
<Item Name="m_flags">m_flags</Item>
|
||||
<Item Name="m_storageSize">m_storageSize</Item>
|
||||
<Item Name="m_refCount">m_refCount</Item>
|
||||
<Item Name="m_bbRatio">m_bbRatio</Item>
|
||||
<Item Name="m_format">(bgfx::TextureFormat::Enum)m_format</Item>
|
||||
<Item Name="m_numMips">m_numMips</Item>
|
||||
<Item Name="m_numLayers">m_numLayers</Item>
|
||||
<Item Name="m_owned">m_owned</Item>
|
||||
<Item Name="m_immutable">m_immutable</Item>
|
||||
<Item Name="m_rt">m_rt</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
|
|
Loading…
Reference in New Issue