Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EndDrawingViewport
(
FRHIViewport* Viewport, |
RHICommandList.h | ||
void EndDrawingViewport
(
FRHIViewport* Viewport, |
RHICommandList.h |
EndDrawingViewport(FRHIViewport *, const FRHIPresentArgs &)
| Name | EndDrawingViewport |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void EndDrawingViewport
(
FRHIViewport * Viewport,
const FRHIPresentArgs & InPresentArgs
)
EndDrawingViewport(FRHIViewport *, bool, bool)
| Name | EndDrawingViewport |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
void EndDrawingViewport
(
FRHIViewport * Viewport,
bool bPresent,
bool bLockToVsync
)