Skip to content

Setting BGFX debug to BGFX_DEBUG_STATS on Init breaks rendering on Vulkan #3388

@Sumethh

Description

@Sumethh

With the Cubes example setting m_debug to BGFX_DEBUG_STATS on ExampleCubes::Init causes the rendering of the cubes to break on vulkan, this works fine on other backends (D3D11 / D3D12).

To reproduce in example-01-cubes:
Change m_debug to initialize to BGFX_DEBUG_STATS

Start the example up with the vulkan backend and the example rendering breaks:
image

For reference this is the example running in D3D12 with the same changes:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions