Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include | #include "RHIDefinitions.h" |
Syntax
enum ETextureDimension
{
Texture2D,
Texture2DArray,
Texture3D,
TextureCube,
TextureCubeArray,
}
Values
| Name | Description |
|---|---|
| Texture2D | |
| Texture2DArray | |
| Texture3D | |
| TextureCube | |
| TextureCubeArray |
Remarks
Describes the dimension of a texture.