-
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
Initial implementation of WebglGraphicsDevice class #4010
Conversation
Awesome that you managed to keep history in tact! With this change |
Good point, and I'm addressing this on a separate branch / PR already, which should be ready very soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but pls wait for @willeastcott to also approve before merging!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving with comments. Note that I'm nervous about the next engine patch release - this is a pretty fundamental change.
This is a second step in making WebglGraphicsDevice class while preserving git history, after in the first step:
#4009
The base class GraphicsDevice is created, and WebglGraphicsDevice extends this.