| 1767 | } |
| 1768 | |
| 1769 | void PBR_Renderer::CreateResourceBinding(IShaderResourceBinding** ppSRB, Uint32 Idx) const |
| 1770 | { |
| 1771 | m_ResourceSignatures[Idx]->CreateShaderResourceBinding(ppSRB, true); |
| 1772 | } |
| 1773 | |
| 1774 | PBR_Renderer::PsoCacheAccessor PBR_Renderer::GetPsoCacheAccessor(const GraphicsPipelineDesc& GraphicsDesc) |
| 1775 | { |
no outgoing calls
no test coverage detected