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

9 lines
No EOL
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);
}