Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc
Inheritance Hierarchy
- FRHIViewDesc::FCommon
- FRHIViewDesc::FTexture
- FRHIViewDesc::FTextureSRV
- FRHIViewDesc::FTextureUAV
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FTexture : public FRHIViewDesc::FCommon
Remarks
Properties shared by texture views. Some fields are SRV or UAV specific.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHIRange16 | ArrayRange | ||
| uint8: 1 | bDisableSRGB | ||
| EDimension: uint32(EDimension::NumBits) | Dimension | ||
| FRHIRange8 | MipRange | ||
| ERHITexturePlane: uint32(ERHITexturePlane::NumBits) | Plane |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FViewInfo | GetViewInfo
(
FRHITexture* TargetTexture |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FViewInfo | Used by platform RHIs to create views of textures. |