Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc > API/Runtime/RHI/FRHIViewDesc/FTextureSRV
| Name | FInitializer |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
struct FInitializer : private FRHIViewDesc
Inheritance Hierarchy
- FRHIViewDesc → FRHIViewDesc::FTextureSRV::FInitializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInitializer() |
RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FRHICommandListBase | friend | RHIResources.h | ||
| FRHIViewDesc | friend | RHIResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInitializer & SetArrayRange
(
uint16 InFirstElement, |
The meaning of array "elements" is given by the dimension of the underlying resource. | RHIResources.h | |
FInitializer & SetDimension
(
ETextureDimension InDimension |
Specifies the type of view to create. | RHIResources.h | |
FInitializer & SetDimensionFromTexture
(
FRHITexture* TargetTexture |
Provided for back-compat with existing code. | RHIResources.h | |
FInitializer & SetDisableSRGB
(
bool InDisableSRGB |
RHIResources.h | ||
FInitializer & SetFormat
(
EPixelFormat InFormat |
RHIResources.h | ||
FInitializer & SetMipRange
(
uint8 InFirstMip, |
RHIResources.h | ||
FInitializer & SetPlane
(
ERHITexturePlane InPlane |
RHIResources.h |