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

Remove indirections for WebGL texture parameters #20596

Open
nox opened this issue Apr 9, 2018 · 2 comments
Open

Remove indirections for WebGL texture parameters #20596

nox opened this issue Apr 9, 2018 · 2 comments
Labels
A-content/webgl 3d canvas API I-perf-slow Unnecessary performance degredation.

Comments

@nox
Copy link
Contributor

nox commented Apr 9, 2018

All parameters handled in gl.getTexParameter don't need to go through IPC.

@nox nox added I-perf-slow Unnecessary performance degredation. A-content/webgl 3d canvas API labels Apr 9, 2018
@anholt
Copy link
Contributor

anholt commented May 6, 2018

getTexParameter shouldn't be a performance path, as applications are expected to never call get*

@nox
Copy link
Contributor Author

nox commented May 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/webgl 3d canvas API I-perf-slow Unnecessary performance degredation.
Projects
None yet
Development

No branches or pull requests

2 participants