Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContext
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
void RHISetMultipleViewports
(
uint32 Count,
const FViewportBounds * Data
)
Remarks
Useful when used with geometry shader (emit polygons to different viewports), otherwise SetViewPort() is simpler
Parameters
| Name | Description |
|---|---|
| Count | >0 |
| Data | must not be 0 |