Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RHIResizeViewport
(
FRHIViewport* Viewport, |
Must be called from the main thread. FlushType: Thread safe | DynamicRHI.h | |
virtual void RHIResizeViewport
(
FRHIViewport* Viewport, |
DynamicRHI.h |
RHIResizeViewport(FRHIViewport *, uint32, uint32, bool)
Description
Must be called from the main thread. FlushType: Thread safe
| Name | RHIResizeViewport |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
void RHIResizeViewport
(
FRHIViewport * Viewport,
uint32 SizeX,
uint32 SizeY,
bool bIsFullscreen
)
RHIResizeViewport(FRHIViewport *, uint32, uint32, bool, EPixelFormat)
| Name | RHIResizeViewport |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
virtual void RHIResizeViewport
(
FRHIViewport * Viewport,
uint32 SizeX,
uint32 SizeY,
bool bIsFullscreen,
EPixelFormat PreferredPixelFormat
)