You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are your thoughts on exposing the low-level command set for webgl through the BasicDriver/Protocol, so all calls to binding framebuffers, setting the clear color, changing viewport size, clearing the frame, etc. can pass through? Right now I add some more methods in my inspector driver (for logging), but that makes it harder to switch back to BasicDriver after I'm finished.
The text was updated successfully, but these errors were encountered:
What are your thoughts on exposing the low-level command set for webgl through the BasicDriver/Protocol, so all calls to binding framebuffers, setting the clear color, changing viewport size, clearing the frame, etc. can pass through? Right now I add some more methods in my inspector driver (for logging), but that makes it harder to switch back to BasicDriver after I'm finished.
The text was updated successfully, but these errors were encountered: