MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / EndRenderPass

Method EndRenderPass

src/DX12/DX12EngineInterfaceImpl.cpp:768–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768void EI_Device::EndRenderPass(EI_CommandContext& commandContext)
769{
770 // End of tracing event
771 commandContext.commandBuffer.Get()->EndEvent();
772
773 // Unset all OMS RenderTargets
774 GetDevice()->EndRenderPass();
775}
776
777void EI_Device::SetViewportAndScissor(EI_CommandContext& commandContext, uint32_t topX, uint32_t topY, uint32_t width, uint32_t height)
778{

Callers

nothing calls this directly

Calls 1

GetDeviceFunction · 0.70

Tested by

no test coverage detected