Go to the source code of this file.
|
| RENDERCORE_API void | ClearUAV (FRHICommandList &RHICmdList, FRHIUnorderedAccessView *Buffer, uint32 NumBytes, uint32 Value, bool bBarriers=true) |
| |
| RENDERCORE_API void | DrawClearQuadAlpha (FRHICommandList &RHICmdList, float Alpha) |
| |
| RENDERCORE_API void | DrawClearQuadMRT (FRHICommandList &RHICmdList, bool bClearColor, int32 NumClearColors, const FLinearColor *ClearColorArray, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil) |
| |
| RENDERCORE_API void | DrawClearQuadMRT (FRHICommandList &RHICmdList, bool bClearColor, int32 NumClearColors, const FLinearColor *ClearColorArray, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil, FClearQuadCallbacks ClearQuadCallbacks) |
| |
| RENDERCORE_API void | DrawClearQuadMRT (FRHICommandList &RHICmdList, bool bClearColor, int32 NumClearColors, const FLinearColor *ClearColorArray, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil, FIntPoint ViewSize, FIntRect ExcludeRect) |
| |
| RENDERCORE_API void | DrawClearQuadMRTWithUints (FRHICommandList &RHICmdList, bool bClearColor, int32 NumClearColors, const FLinearColor *ClearColorArray, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil, uint8 NumUintOutput) |
| |
| void | DrawClearQuad (FRHICommandList &RHICmdList, bool bClearColor, const FLinearColor &Color, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil) |
| |
| void | DrawClearQuad (FRHICommandList &RHICmdList, bool bClearColor, const FLinearColor &Color, bool bClearDepth, float Depth, bool bClearStencil, uint32 Stencil, FIntPoint ViewSize, FIntRect ExcludeRect) |
| |
| void | DrawClearQuad (FRHICommandList &RHICmdList, const FLinearColor &Color) |
| |
| void | DrawClearQuad (FRHICommandList &RHICmdList, const FLinearColor &Color, FClearQuadCallbacks ClearQuadCallbacks) |
| |
◆ ClearUAV()
◆ DrawClearQuad() [1/4]
◆ DrawClearQuad() [2/4]
◆ DrawClearQuad() [3/4]
◆ DrawClearQuad() [4/4]
◆ DrawClearQuadAlpha()
◆ DrawClearQuadMRT() [1/3]
◆ DrawClearQuadMRT() [2/3]
◆ DrawClearQuadMRT() [3/3]
◆ DrawClearQuadMRTWithUints()
◆ GClearVertexBuffer