Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGlobals
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIGlobals.h |
| Include | #include "RHIGlobals.h" |
Syntax
struct FReservedResources
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Supported | True if the RHI supports reserved (AKA tiled, virtual or sparse) resources and operations related to them. | |
| bool | SupportsVolumeTextures | True if the RHI supports creating volume textures with ReservedResource flag. | |
| int32 | TextureArrayMinimumMipDimension | Smallest mip dimension of reserved texture arrays must be greater or equal to this value. |
Constants
| Name | Description |
|---|---|
| TileSizeInBytes | Size that corresponds to a minimum unit of physical memory that may be mapped to a region of a reserved resource. |