mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:58:11 -05:00
shader: Primitive Vulkan integration
This commit is contained in:
13
src/shader_recompiler/profile.h
Normal file
13
src/shader_recompiler/profile.h
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright 2021 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Shader {
|
||||
|
||||
struct Profile {
|
||||
bool unified_descriptor_binding;
|
||||
};
|
||||
|
||||
} // namespace Shader
|
Reference in New Issue
Block a user