V2 progress

This commit is contained in:
Jorijn van der Graaf 2026-04-23 01:57:25 +02:00
commit 5e1fcd8590
9837 changed files with 790 additions and 1708518 deletions

View file

@ -31,6 +31,6 @@ namespace Crafter {
EShLanguage type;
Shader(fs::path&& path, std::string&& entrypoint, EShLanguage type);
bool Check(const fs::path& outputDir) const;
void Compile(const fs::path& outputDir) const;
std::string Compile(const fs::path& outputDir) const;
};
}