From 462a51c2379c2ab3237d6b80e23028b4fcddc3f3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 20 May 2017 12:33:32 +0200 Subject: [PATCH] Remove an obsolete comment, now that we have proper latency control. --- pbo_frame_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbo_frame_allocator.h b/pbo_frame_allocator.h index 8f1f9a9..fc4b522 100644 --- a/pbo_frame_allocator.h +++ b/pbo_frame_allocator.h @@ -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); -- 2.39.2