![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "HAL/CriticalSection.h"#include "Templates/RefCounting.h"#include "VulkanConfiguration.h"#include "VulkanThirdParty.h"Go to the source code of this file.
Classes | |
| class | FVulkanFence |
| class | FVulkanFenceManager |
| class | FVulkanSemaphore |
Enumerations | |
| enum class | EVulkanSemaphoreFlags : uint8 { None = 0 , ExternallyOwned = 1 << 1 , ExternallySignaled = 1 << 2 , Timeline = 1 << 3 , ImmediateDeletion = 1 << 4 } |
Functions | |
| ENUM_CLASS_FLAGS (EVulkanSemaphoreFlags) | |
|
strong |
| ENUM_CLASS_FLAGS | ( | EVulkanSemaphoreFlags | ) |