-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGL related part GraphicsDevice is moving to a separate class #3993
Conversation
Have you tried using |
I did, |
I'm also trying to split it into two separate PRs .. maybe that's a better way. Here: #4009 |
closing this one, as this has been done using two steps in order to preserve git history of GraphicsDevice: |
Related to #3986
A base GraphicsDevice class is going to be platform independent, and WeblGraphicsDevice will contain WebGL specific implementation. In this first step, the whole implementation was simply moved to WeblGraphicsDevice.