| 667 | } |
| 668 | |
| 669 | void vulkan_queue::flush() const { |
| 670 | // nop |
| 671 | } |
| 672 | |
| 673 | void vulkan_queue::execute_indirect(const indirect_command_pipeline& indirect_cmd, |
| 674 | const indirect_execution_parameters_t& params, |
nothing calls this directly
no outgoing calls
no test coverage detected