bgfx-sys 0.15.0

low-level FFI bindings for bgfx
Documentation
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
    <Type Name="bx::StringView">
        <DisplayString>{m_ptr,[m_len]s8}</DisplayString>
        <StringView>m_ptr,[m_len]s8</StringView>
        <Expand>
            <ExpandedItem>m_ptr,[m_len]</ExpandedItem>
        </Expand>
    </Type>
</AutoVisualizer>