FReadBuffer

Encapsulates a GPU read buffer with its SRV.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIUtilities.h

Include

#include "RHIUtilities.h"

Syntax

struct FReadBuffer

Remarks

Encapsulates a GPU read buffer with its SRV.

Variables

Name Description

Public variable

FVertexBufferRH...

 

Buffer

Public variable

uint32

 

NumBytes

Public variable

FShaderResource...

 

SRV

Constructors

Name Description

Public function

FReadBuffer()

Functions

Name Description

Public function

void

 

Initialize

(
    uint32 BytesPerElement,
    uint32 NumElements,
    EPixelFormat Format,
    uint32 AdditionalUsage,
    const TCHAR* InDebugName,
    FResourceArrayInterface* InRes...
)

Public function

void

 

Release()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss