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