summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.cpp
blob: b4db4ff8f276fad278a146a42860ba4466affc7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "shader_recompiler/backend/glasm/emit_context.h"

namespace Shader::Backend::GLASM {

EmitContext::EmitContext() = default;

} // namespace Shader::Backend::GLASM