Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc
Properties shared by texture views. Some fields are SRV or UAV specific.
| |
|
| Name |
FTexture |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path |
#include "RHIResources.h" |
Syntax
struct FTexture : public FRHIViewDesc::FCommon
Inheritance Hierarchy
Derived Classes
Structs
| Name |
Remarks |
| FViewInfo |
Used by platform RHIs to create views of textures. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ArrayRange |
FRHIRange16 |
|
RHIResources.h |
|
| bDisableSRGB |
uint8 |
|
RHIResources.h |
|
| Dimension |
EDimension |
|
RHIResources.h |
|
| MipRange |
FRHIRange8 |
|
RHIResources.h |
|
| Plane |
ERHITexturePlane |
|
RHIResources.h |
|
Functions
Protected