Move SPIR-V emission functions to their own header

This commit is contained in:
ReinUsesLisp 2021-05-03 20:53:00 -03:00 committed by ameerj
parent ee61ec2c39
commit bed090807a
26 changed files with 637 additions and 579 deletions

View file

@ -5,6 +5,7 @@
#include <boost/container/static_vector.hpp>
#include "shader_recompiler/backend/spirv/emit_spirv.h"
#include "shader_recompiler/backend/spirv/emit_spirv_instructions.h"
#include "shader_recompiler/frontend/ir/modifiers.h"
namespace Shader::Backend::SPIRV {