Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGlobals > API/Runtime/RHI/FRHIGlobals/FReservedResources
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIGlobals.h |
| Include | #include "RHIGlobals.h" |
Syntax
static int32 TileSizeInBytes = 65536;
Remarks
Size that corresponds to a minimum unit of physical memory that may be mapped to a region of a reserved resource. High-level code should aim to allocate reserved resources such that their size is a multiple of this tile size. Guaranteed to be the same value on all platforms, regardless of the native virtual memory page size.