FRDGPooledTexture

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FRefCountedObject

FRDGPooledTexture

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

class FRDGPooledTexture : public FRefCountedObject

Constructors

Name Description

Public function

FRDGPooledTexture

(
    FRHITexture* InTexture,
    const FRDGTextureSubresourceLayout ...
)

Functions

Name Description

Public function

FRHIShaderRe...

 

GetOrCreateSRV

(
    const FRHITextureSRVCreateInfo& SR...
)

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

Public function

FRHIUnordere...

 

GetOrCreateUAV

(
    const FRHITextureUAVCreateInfo& UA...
)

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

Public function Const

FRDGTexture ...

 

GetOwner()

Public function Const

FRHITexture ...

 

GetRHI()