aconstlink / motor

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

Need auto graphics backend type #20

Closed aconstlink closed 9 months ago

aconstlink commented 9 months ago

When creating a graphics window, it is unknown on which platform the application runs. So the rendering window needs to be created based on the underlying platform automatically.

motor::application::graphics_window_info_t gi ;
gi.api_type // <- set field to auto by default
aconstlink commented 9 months ago

This issue is now transferred to #21 .