glasm: Changes to GLASM register allocator and emit context
This commit is contained in:
parent
36f1586267
commit
c1ba685d9c
4 changed files with 64 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue