-------------------------------------------------------------------------
| 2471 | } |
| 2472 | //------------------------------------------------------------------------- |
| 2473 | void VulkanRenderSystem::flushCommands() |
| 2474 | { |
| 2475 | mActiveDevice->commitAndNextCommandBuffer( SubmissionType::FlushOnly ); |
| 2476 | } |
| 2477 | //------------------------------------------------------------------------- |
| 2478 | void VulkanRenderSystem::beginProfileEvent( const String &eventName ) {} |
| 2479 | //------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected