| 279 | } |
| 280 | |
| 281 | bool vulkan_renderer::commit_and_finish() { |
| 282 | return commit_internal(true, true, {}); |
| 283 | } |
| 284 | |
| 285 | struct vulkan_renderer_internal { |
| 286 | template <template <typename...> class smart_ptr_type, typename renderer_type> |
nothing calls this directly
no outgoing calls
no test coverage detected