ERHITextureMetaDataAccess

Used to specify a texture metadata plane when creating a view.

Choose your operating system:

Windows

macOS

Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

enum ERHITextureMetaDataAccess
{
    None                 = 0,
    CompressedSurface,
    Depth,
    Stencil,
    HTile,
    FMask,
    CMask,
}

Values

Name

Description

None

The primary plane is used with default compression behavior.

CompressedSurface

The primary plane is used without decompressing it.

Depth

The depth plane is used with default compression behavior.

Stencil

The stencil plane is used with default compression behavior.

HTile

The HTile plane is used.

FMask

The FMask plane is used.

CMask

The CMask plane is used.

Remarks

Used to specify a texture metadata plane when creating a view.