MCPcopy Create free account
hub / github.com/a2flo/floor / commit_and_continue

Method commit_and_continue

src/device/vulkan/vulkan_renderer.cpp:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378bool vulkan_renderer::commit_and_continue() {
379 return commit_internal(true, false, {});
380}
381
382bool vulkan_renderer::commit_internal(const bool is_blocking, const bool is_finishing,
383 completion_handler_f&& user_compl_handler,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected