Move shaders to separate files
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cd0895b237
commit
6fc386cfe9
6 changed files with 59 additions and 47 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue