13 lines
472 B
C
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"
|