mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:57:58 -05:00
glasm: Add GLASM backend infrastructure
This commit is contained in:
7
src/shader_recompiler/backend/glasm/emit_context.cpp
Normal file
7
src/shader_recompiler/backend/glasm/emit_context.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
// Copyright 2021 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shader_recompiler/backend/glasm/emit_context.h"
|
Reference in New Issue
Block a user