mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add shader decompiler files
This commit is contained in:
parent
ec754f5820
commit
8fc61cdb7b
3 changed files with 12 additions and 1 deletions
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue