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.
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.