google / google/bigwheels

vk_dynamic_rendering aborts with an assert when built for debug

Open
#592 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C++
Stars
107
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Building vk_dynamic_rendering for debug then running

```
cmake -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Debug
cmake --build build
./build/bin/vk_dynamic_rendering
```

I get this assert:

```
vk_dynamic_rendering: /usr/local/google/home/hitchens/git/bigwheels/third_party/imgui/backends/imgui_impl_vulkan.cpp:1292: bool ImGui_ImplVulkan_Init(ImGui_ImplVulkan_InitInfo *): Assertion `info->PipelineInfoMain.RenderPass == nullptr' failed.
Aborted (core dumped) ./build/bin/vk_dynamic_rendering
```

This happens on both Windows and Linux. I don't know if this is due to the submodule update. It doesn't happen when built for Release

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.