VulkanRHI::EVulkanAllocationType

DECLARE_STATS_GROUP(TEXT("Vulkan RHI Verbose"), STATGROUP_VulkanRHIVERBOSE, STATCAT_Advanced);.

Windows
MacOS
Linux

References

Module

VulkanRHI

Header

/Engine/Source/Runtime/VulkanRHI/Public/VulkanMemory.h

Include

#include "VulkanMemory.h"

Syntax

namespace VulkanRHI
{
    enum EVulkanAllocationType
    {
        EVulkanAllocationEmpty,
        EVulkanAllocationPooledBuffer,
        EVulkanAllocationBuffer,
        EVulkanAllocationImage,
        EVulkanAllocationImageDedicated,
    }
}

Values

Name

Description

EVulkanAllocationEmpty

EVulkanAllocationPooledBuffer

EVulkanAllocationBuffer

EVulkanAllocationImage

EVulkanAllocationImageDedicated

Remarks

DECLARE_STATS_GROUP(TEXT("Vulkan RHI Verbose"), STATGROUP_VulkanRHIVERBOSE, STATCAT_Advanced);.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss