10 lines
378 B
C
10 lines
378 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
VulkanCommandsDirect.h: Enumerate the VulkanDynamicAPI. Doing this in a header to avoid static analysis warnings.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
#include "VulkanCommandWrappers.h"
|