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

Method commit_and_continue

graphics/vulkan/vulkan_renderer.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310bool vulkan_renderer::commit_and_continue() {
311 return commit_internal(true, false, {});
312}
313
314bool vulkan_renderer::commit_internal(const bool is_blocking, const bool is_finishing,
315 completion_handler_f&& user_compl_handler,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected