Skip to content
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

Proxy WebGL canvas context calls in worker to actual canvas #25

Open
trevorlinton opened this issue Mar 31, 2014 · 2 comments
Open

Proxy WebGL canvas context calls in worker to actual canvas #25

trevorlinton opened this issue Mar 31, 2014 · 2 comments

Comments

@trevorlinton
Copy link
Owner

No description provided.

@trevorlinton
Copy link
Owner Author

If anyone wants to take this on it should be added to emscripten and not webkit.js. Essentially it's webgl calls to canvas "fake" object in a worker needs to do postMessage's up to parent and pass through any uint8clamp texture maps, etc. Also, any events (or return values) need to be proxied back down.

See emscripten-core/emscripten#2396

@trevorlinton
Copy link
Owner Author

Issue has been resolved in emscripten, this will be closed when the fix has landed, remember to update README.md to require the next version of emscripten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant