glasm: Changes to GLASM register allocator and emit context

This commit is contained in:
ReinUsesLisp 2021-05-07 06:31:30 -03:00 committed by ameerj
parent 36f1586267
commit c1ba685d9c
4 changed files with 64 additions and 26 deletions

View file

@ -2,6 +2,10 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "shader_recompiler/backend/glasm/emit_context.h"
#include "shader_recompiler/backend/glasm/emit_context.h"
namespace Shader::Backend::GLASM {
EmitContext::EmitContext() = default;
} // namespace Shader::Backend::GLASM