mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Fix shader compilation errors
This commit is contained in:
parent
58da6ea8a4
commit
ddc14cea09
3 changed files with 80 additions and 8 deletions
|
@ -29,5 +29,6 @@ namespace PICA::ShaderGen {
|
|||
public:
|
||||
FragmentGenerator(API api, Language language) : api(api), language(language) {}
|
||||
std::string generate(const PICARegs& regs);
|
||||
std::string getVertexShader(const PICARegs& regs);
|
||||
};
|
||||
}; // namespace PICA::ShaderGen
|
Loading…
Add table
Add a link
Reference in a new issue