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

Pixelated rendering when calling texture2D() in fragment shader #129

Open
alexolotl opened this issue Apr 19, 2018 · 0 comments
Open

Pixelated rendering when calling texture2D() in fragment shader #129

alexolotl opened this issue Apr 19, 2018 · 0 comments

Comments

@alexolotl
Copy link

I'm using a headless-gl context to bind a ImageData object to a texture, which is then being passed as a uniform to a fragment shader. The resulting image being rendered after sampling the texture in the fragment shader, however, is a blocky/pixelated version of what I'm expecting it to be.

Does anyone know where I might be going wrong here? Thanks!

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