Hacker News new | ask | show | jobs
by eksrow 3591 days ago
Getting the same issue with chrome 52, windows 10 and a r9 fury.

[.Offscreen-For-WebGL-043C4318]GL ERROR :GL_INVALID_OPERATION : glReadPixels: demo:1

Issue with amd cards maybe?

1 comments

Yeah, reading from floating point textures with `glReadPixels` is not really supported on some cards or browsers, it seems.
I just checked chrome://gpu and it shows:

Canvas: Software only, hardware acceleration unavailable

and some other 'Problems detected' so the problem is probably on my side.

Cool project though!