mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
glasm: Changes to GLASM register allocator and emit context
This commit is contained in:
parent
99ae172ef2
commit
03f17ebc43
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