Move shaders to separate files

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-01-10 11:40:38 +02:00
parent cd0895b237
commit 6fc386cfe9
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
6 changed files with 59 additions and 47 deletions

View file

@ -84,6 +84,8 @@ int main(int argc, char* argv[])
Q_INIT_RESOURCE(iOS);
Q_INIT_RESOURCE(flat);
Q_INIT_RESOURCE(flat_white);
Q_INIT_RESOURCE(shaders);
return app.exec();
}
case Application::Failed: