Nine.Graphics
Nine.Graphics copied to clipboard
IGraphicsHost Desgin?
What should IGraphicsHost have control over and expose?
Currently in OpenGL it handles the window and the window contains a timer. We are currently not using the timer since we have BeginFrame() and EndFrame().
@yufeih Why did you remove the Window Handle from IGraphicsHost in develop branch? :smiley:
IGraphicsHost should be platform independent. Window handle is specific to WIN32 app model.