![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VulkanMemory.h"#include "VulkanSynchronization.h"#include "VulkanResources.h"#include "VulkanQueue.h"#include "VulkanQuery.h"#include "GPUProfiler.h"Go to the source code of this file.
Classes | |
| struct | FOptionalVulkanDeviceExtensions |
| struct | FOptionalVulkanDeviceExtensionProperties |
| class | FVulkanPhysicalDeviceFeatures |
| class | FVulkanDevice |
Namespaces | |
| namespace | VulkanRHI |
Macros | |
| #define | VULKAN_USE_DEBUG_NAMES 1 |
| #define | VULKAN_SET_DEBUG_NAME(Device, Type, Handle, Format, ...) (Device).VulkanSetObjectName(Type, (uint64)Handle, *FString::Printf(Format, __VA_ARGS__)) |
| #define VULKAN_SET_DEBUG_NAME | ( | Device, | |
| Type, | |||
| Handle, | |||
| Format, | |||
| ... | |||
| ) | (Device).VulkanSetObjectName(Type, (uint64)Handle, *FString::Printf(Format, __VA_ARGS__)) |
| #define VULKAN_USE_DEBUG_NAMES 1 |