diff options
| author | Ptolemy <ptolemy@lindenlab.com> | 2022-01-10 13:36:02 -0800 | 
|---|---|---|
| committer | Ptolemy <ptolemy@lindenlab.com> | 2022-01-10 13:36:02 -0800 | 
| commit | fe4f09e033ae2795f77281fa23533af343f423d3 (patch) | |
| tree | e3c5db900a1be62130509708f57943a6e6d16845 | |
| parent | b24c0a6ba2a97dc0f0cc19acca0fc095dec850fc (diff) | |
SL-16605: Remove fallback to Vulkan SDK
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 7 | 
1 files changed, 2 insertions, 5 deletions
| 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 <vulkan/vulkan.h> -#endif // LL_MINIMAL_VULKAN  namespace LLStatViewer  { | 
