| 308 | } |
| 309 | |
| 310 | bool vulkan_renderer::commit_and_continue() { |
| 311 | return commit_internal(true, false, {}); |
| 312 | } |
| 313 | |
| 314 | bool vulkan_renderer::commit_internal(const bool is_blocking, const bool is_finishing, |
| 315 | completion_handler_f&& user_compl_handler, |
nothing calls this directly
no outgoing calls
no test coverage detected