Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc > API/Runtime/RHI/FRHIViewDesc/FTextureSRV
Inheritance Hierarchy
- FRHIViewDesc::FTexture::FViewInfo
- FRHIViewDesc::FTextureSRV::FViewInfo
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FViewInfo : public FRHIViewDesc::FTexture::FViewInfo
Remarks
Texture SRV specific info.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bSRGB | Indicates if this view should use an sRGB variant of the typed format. | |
| FRHIRange8 | MipRange | The range of texture mips the view covers. |