TEV definitions for shader generator

This commit is contained in:
wheremyfoodat 2024-01-18 02:59:29 +02:00
parent 6f3c7d358b
commit ef2467bc60
5 changed files with 152 additions and 1 deletions

View file

@ -17,6 +17,8 @@ namespace PICA::ShaderGen {
API api;
Language language;
void compileTEV(std::string& shader, int stage, const PICARegs& regs);
public:
FragmentGenerator(API api, Language language) : api(api), language(language) {}
std::string generate(const PICARegs& regs);