From fe4f09e033ae2795f77281fa23533af343f423d3 Mon Sep 17 00:00:00 2001 From: Ptolemy Date: Mon, 10 Jan 2022 13:36:02 -0800 Subject: SL-16605: Remove fallback to Vulkan SDK --- indra/newview/llviewerstats.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'indra/newview/llviewerstats.cpp') diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index e8dcd95e44..a1f53743d4 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -64,8 +64,8 @@ #include "llvoicevivox.h" #include "lluiusage.h" -#define LL_MINIMAL_VULKAN 1 -#if LL_MINIMAL_VULKAN +// "Minimal Vulkan" to get max API Version + // Calls #if defined(_WIN32) #define VKAPI_ATTR @@ -110,9 +110,6 @@ typedef void (VKAPI_PTR *PFN_vkVoidFunction )(void); typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddr )(VkInstance instance, const char* pName); typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceVersion)(uint32_t* pApiVersion); -#else - #include -#endif // LL_MINIMAL_VULKAN namespace LLStatViewer { -- cgit v1.2.3