This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/shader_recompiler/frontend/maxwell/translate/translate.h
2021-07-22 21:51:22 -04:00

14 lines
355 B
C++

// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "shader_recompiler/environment.h"
#include "shader_recompiler/frontend/ir/basic_block.h"
namespace Shader::Maxwell {
void Translate(Environment& env, IR::Block* block);
} // namespace Shader::Maxwell