500b01076e
Being able to catch and handle a Vulkan exception is not what this is for.
6 lines
144 B
C++
6 lines
144 B
C++
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
bool CheckVulkan();
|