FTextureWithSRV

A textures resource that includes an SRV.

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FTexture

FTextureWithSRV

References

Module

RenderCore

Header

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

Include

#include "RenderResource.h"

Syntax

class FTextureWithSRV : public FTexture

Remarks

A textures resource that includes an SRV.

Variables

Name Description

Public variable

FShaderResource...

 

ShaderResourceViewRHI

SRV that views the entire texture

Public variable

FUnorderedAcces...

 

UnorderedAccessViewRHI

optional UAV that views the entire texture

Destructors

Name Description

Public function Virtual

~FTextureWithSRV()

Overridden from FRenderResource

Name Description

Public function Virtual

void

 

ReleaseRHI()

Releases the RHI resources used by this resource.

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