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

Method commit_and_finish

graphics/vulkan/vulkan_renderer.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281bool vulkan_renderer::commit_and_finish() {
282 return commit_internal(true, true, {});
283}
284
285struct vulkan_renderer_internal {
286 template <template <typename...> class smart_ptr_type, typename renderer_type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected