2021-05-05 05:19:08 +00:00
|
|
|
// Copyright 2021 yuzu Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2021-05-07 09:31:30 +00:00
|
|
|
#include "shader_recompiler/backend/glasm/emit_context.h"
|
2021-05-05 05:19:08 +00:00
|
|
|
|
2021-05-07 09:31:30 +00:00
|
|
|
namespace Shader::Backend::GLASM {
|
|
|
|
|
|
|
|
EmitContext::EmitContext() = default;
|
|
|
|
|
|
|
|
} // namespace Shader::Backend::GLASM
|