| 772 | } |
| 773 | |
| 774 | VkPipeline VulkanBaseContext::GetCurrentPipeline() |
| 775 | { |
| 776 | return m_pipeline->GetPipeline(m_device, m_pipelineKey); |
| 777 | } |
| 778 | |
| 779 | std::vector<ParamDescriptor> const & VulkanBaseContext::GetCurrentParamDescriptors() const |
| 780 | { |
no test coverage detected