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