Files
P3DS-test/include/PICA/shader_decompiler.hpp
2024-07-21 17:52:06 +03:00

9 lines
180 B
C++

#pragma once
#include <string>
#include "PICA/shader.hpp"
#include "PICA/shader_gen_types.hpp"
namespace PICA::ShaderGen {
std::string decompileShader(PICAShader& shaderUnit);
}