Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FVariableRateShadingImageManager
Pass type used to determine requested image type based on current CVar settings.
| Name | EVRSPassType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Renderer/Public/VariableRateShadingImageManager.h |
| Include Path | #include "VariableRateShadingImageManager.h" |
Syntax
enum EVRSPassType
{
BasePass,
TranslucencyAll,
NaniteEmitGBufferPass,
SSAO,
SSR,
ReflectionEnvironmentAndSky,
LightFunctions,
Decals,
Num,
}
Values
| Name | Remarks |
|---|---|
| BasePass | |
| TranslucencyAll | |
| NaniteEmitGBufferPass | |
| SSAO | |
| SSR | |
| ReflectionEnvironmentAndSky | |
| LightFunctions | |
| Decals | |
| Num |