mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 18:47:52 -05:00
vma: enable options everywhere
This commit is contained in:
13
src/video_core/vulkan_common/vulkan.h
Normal file
13
src/video_core/vulkan_common/vulkan.h
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define VK_NO_PROTOTYPES
|
||||
#ifdef _WIN32
|
||||
#define VK_USE_PLATFORM_WIN32_KHR
|
||||
#elif defined(__APPLE__)
|
||||
#define VK_USE_PLATFORM_METAL_EXT
|
||||
#endif
|
||||
|
||||
#include <vulkan/vulkan.h>
|
Reference in New Issue
Block a user