Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FVariableRateShadingImageManager
Description
Get the combined VRS image for the specified view setup, target size/configuration, and application flags. May be run multiple times from different passes.
| Name | GetVariableRateShadingImage |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/VariableRateShadingImageManager.h |
| Include Path | #include "VariableRateShadingImageManager.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/VariableRateShading/VariableRateShadingImageManager.cpp |
FRDGTextureRef GetVariableRateShadingImage
(
FRDGBuilder & GraphBuilder,
const FViewInfo & ViewInfo,
EVRSPassType PassType,
bool bRequestSoftwareImage
)