Support for Vulkan 1.4 (#1665)

This commit is contained in:
¥IGA 2024-12-07 18:41:41 +01:00 committed by GitHub
parent 941a668f78
commit 2266622dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 50 additions and 44 deletions

View file

@ -5,7 +5,7 @@
#include "shader_recompiler/backend/spirv/emit_spirv_instructions.h"
#include "shader_recompiler/backend/spirv/spirv_emit_context.h"
#include <magic_enum.hpp>
#include <magic_enum/magic_enum.hpp>
namespace Shader::Backend::SPIRV {
namespace {

View file

@ -5,7 +5,7 @@
#include "common/assert.h"
#include "shader_recompiler/frontend/decode.h"
#include "magic_enum.hpp"
#include <magic_enum/magic_enum.hpp>
namespace Shader::Gcn {

View file

@ -14,7 +14,7 @@
#define MAGIC_ENUM_RANGE_MIN 0
#define MAGIC_ENUM_RANGE_MAX 1515
#include "magic_enum.hpp"
#include <magic_enum/magic_enum.hpp>
namespace Shader::Gcn {