Gary Sweet
Results
31
comments of
Gary Sweet
> Interesting, I'll take another look! Changing the slider code in command_buffer_usage.cpp to: `ImGui::SliderInt("##secCmdBufs", &gui_secondary_cmd_buf_count, 0, max_secondary_command_buffer_count, "Secondary CmdBuffs: %d");` solves the problem for me. The `##secCmdBufs` ensures there is...