aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

Gl4 and ES3 code generators needs to be split up #71

Open aconstlink opened 3 months ago

aconstlink commented 3 months ago

Gl4 and Es3 code generators are unified in generator class. This needs to be separated due to new features just causing a complete disaster if mixed up.

Furthermore, if the generator is used in either backend type both or even more shader code is unnecessarily generated!