From 76882d803af87d14109fe5130927ad83b5f3f155 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 4 Oct 2020 17:52:32 +0100 Subject: [PATCH] Removed dynamic define macro --- src/include/kompute/Core.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/kompute/Core.hpp b/src/include/kompute/Core.hpp index 1e576d582..dfa83d7a5 100644 --- a/src/include/kompute/Core.hpp +++ b/src/include/kompute/Core.hpp @@ -5,7 +5,6 @@ #include // VK_NO_PROTOTYPES required before vulkan import but after wrapper.hpp #undef VK_NO_PROTOTYPES -#define DVULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1 static const char* KOMPUTE_LOG_TAG = "KomputeLog"; #endif