Add shader decompiler files
This commit is contained in:
9
include/PICA/shader_decompiler.hpp
Normal file
9
include/PICA/shader_decompiler.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
#include "PICA/shader.hpp"
|
||||
#include "PICA/shader_gen_types.hpp"
|
||||
|
||||
namespace PICA::ShaderGen {
|
||||
std::string decompileShader(PICAShader& shaderUnit);
|
||||
}
|
||||
Reference in New Issue
Block a user