Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

13 lines
472 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
/*=============================================================================
VulkanDynamicRHI.h: Public Vulkan RHI definitions.
=============================================================================*/
#pragma once
#include "Misc/CoreMiscDefines.h"
UE_DEPRECATED_HEADER(5.6, "VulkanDynamicRHI.h in the Public folder is deprecated. Please switch to using IVulkanDynamicRHI.h")
#include "IVulkanDynamicRHI.h"