FRDGPooledBuffer

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h

Include

#include "RenderGraphResources.h"

Syntax

class FRDGPooledBuffer

Variables

Name Description

Public variable

const FRDGBuffe...

 

Desc

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Const

uint32

 

AddRef()

Public function Const

FRHIIndexBuf...

 

GetIndexBufferRHI()

Public function

FRHIShaderRe...

 

GetOrCreateSRV

(
    FRDGBufferSRVDesc SRVDesc
)

Finds a SRV matching the descriptor in the cache or creates a new one and updates the cache.

Public function

FRHIUnordere...

 

GetOrCreateUAV

(
    FRDGBufferUAVDesc UAVDesc
)

Finds a UAV matching the descriptor in the cache or creates a new one and updates the cache.

Public function Const

uint32

 

GetRefCount()

Public function Const

FRHIStructur...

 

GetStructuredBufferRHI()

Public function Const

FRHIVertexBu...

 

GetVertexBufferRHI()

Public function Const

uint32

 

Release()

Classes

Name

Description

Public struct

TSRVFuncs

Public struct

TUAVFuncs

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