![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Macros | |
| #define | RHICORE_TRANSIENT_ALLOCATOR_DEBUG (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) |
| #define | IF_RHICORE_TRANSIENT_ALLOCATOR_DEBUG(Op) Op |
Enumerations | |
| enum class | ERHITransientHeapFlags : uint8 { AllowBuffers = 1 << 0 , AllowTextures = 1 << 1 , AllowRenderTargets = 1 << 2 , AllowNNEBuffers = 1 << 3 , AllowAll = AllowBuffers | AllowTextures | AllowRenderTargets | AllowNNEBuffers } |
Functions | |
| uint64 | ComputeHash (const FRHITextureCreateInfo &InCreateInfo, uint64 HeapOffset) |
| uint64 | ComputeHash (const FRHITextureCreateInfo &InCreateInfo) |
| uint64 | ComputeHash (const FRHIBufferCreateInfo &InCreateInfo, uint64 HeapOffset) |
| uint64 | ComputeHash (const FRHIBufferCreateInfo &InCreateInfo) |
| ENUM_CLASS_FLAGS (ERHITransientHeapFlags) | |
| #define IF_RHICORE_TRANSIENT_ALLOCATOR_DEBUG | ( | Op | ) | Op |
| #define RHICORE_TRANSIENT_ALLOCATOR_DEBUG (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
| ENUM_CLASS_FLAGS | ( | ERHITransientHeapFlags | ) |