Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewDesc > API/Runtime/RHI/FRHIViewDesc/FBufferUAV
Inheritance Hierarchy
- FRHIViewDesc
- FRHIViewDesc::FBufferUAV::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 & | SetAppendBuffer
(
bool InAppendBuffer |
||
| FInitializer & | SetAtomicCounter
(
bool InAtomicCounter |
||
| FInitializer & | SetFormat
(
EPixelFormat InFormat |
||
| FInitializer & | SetNumElements
(
uint32 InNumElements |
||
| FInitializer & | SetOffsetInBytes
(
uint32 InOffsetBytes |
||
| FInitializer & | SetStride
(
uint32 InStride |
||
| FInitializer & | SetType
(
EBufferType Type |
||
| FInitializer & | SetTypeFromBuffer
(
FRHIBuffer* TargetBuffer |
Provided for back-compat with existing code. |