| 766 | } |
| 767 | |
| 768 | void 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 | |
| 777 | void EI_Device::SetViewportAndScissor(EI_CommandContext& commandContext, uint32_t topX, uint32_t topY, uint32_t width, uint32_t height) |
| 778 | { |
nothing calls this directly
no test coverage detected