]> git.sesse.net Git - nageru/commitdiff
Remove an obsolete comment, now that we have proper latency control.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2017 10:33:32 +0000 (12:33 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2017 10:33:32 +0000 (12:33 +0200)
pbo_frame_allocator.h

index 8f1f9a9fa134a32563703f1c46caacc5315b30a3..fc4b5223c0a0a361e1b067403c58d42fab650e21 100644 (file)
@@ -20,7 +20,7 @@ public:
        PBOFrameAllocator(bmusb::PixelFormat pixel_format,
                          size_t frame_size,
                          GLuint width, GLuint height,
-                         size_t num_queued_frames = 16,  // FIXME: should be 6
+                         size_t num_queued_frames = 16,
                          GLenum buffer = GL_PIXEL_UNPACK_BUFFER_ARB,
                          GLenum permissions = GL_MAP_WRITE_BIT,
                          GLenum map_bits = GL_MAP_FLUSH_EXPLICIT_BIT);