| 376 | } |
| 377 | |
| 378 | bool vulkan_renderer::commit_and_continue() { |
| 379 | return commit_internal(true, false, {}); |
| 380 | } |
| 381 | |
| 382 | bool vulkan_renderer::commit_internal(const bool is_blocking, const bool is_finishing, |
| 383 | completion_handler_f&& user_compl_handler, |
nothing calls this directly
no outgoing calls
no test coverage detected