Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
Include |
#include "RHIResources.h" |
enum ERHITextureMetaDataAccess
{
None = 0,
CompressedSurface,
Depth,
Stencil,
HTile,
FMask,
CMask,
}
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. |
Used to specify a texture metadata plane when creating a view.