f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
175 stars 10 forks source link

Refactoring of video backends #148

Closed f1nalspace closed 1 year ago

f1nalspace commented 1 year ago

Refactor the video system to use a dispatch function table instead, to prevent enum checks all over the place. Also, this makes the addon of other video APIs much easier in the future.

f1nalspace commented 1 year ago

Already implemented, created just for completeness