]> git.sesse.net Git - movit/commitdiff
Use glGetTexImage() instead of glReadPixels() for reading back test data.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 Nov 2017 17:27:22 +0000 (18:27 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 Nov 2017 17:48:51 +0000 (18:48 +0100)
Generally cleaner, and also paves the way for when we have FBO-less
rendering from compute shaders.


No differences found