![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "VulkanPlatform.h"#include "VulkanConfiguration.h"#include "VulkanState.h"#include "VulkanUtil.h"#include "BoundShaderStateCache.h"#include "VulkanShaderResources.h"#include "VulkanMemory.h"#include "Misc/ScopeRWLock.h"#include "IVulkanDynamicRHI.h"Go to the source code of this file.
Namespaces | |
| namespace | VulkanRHI |
Enumerations | |
| enum | { NUM_OCCLUSION_QUERIES_PER_POOL = 4096 , NUM_TIMESTAMP_QUERIES_PER_POOL = 1024 } |
| enum class | EImageOwnerType : uint8 { None , LocalOwner , ExternalOwner , Aliased } |
Functions | |
| VkImageViewType | UETextureDimensionToVkImageViewType (ETextureDimension Dimension) |
| VkDescriptorType | GetVkDescriptorTypeForViewDesc (const FRHIViewDesc &ViewDesc) |
Variables | |
| VkFormat | GVulkanBufferFormat [PF_MAX] |
|
strong |
| VkDescriptorType GetVkDescriptorTypeForViewDesc | ( | const FRHIViewDesc & | ViewDesc | ) |
|
inline |