From 4faa7b922355c43f89efd62418dfa03ebf06b9c2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 6 Oct 2012 11:40:45 +0200 Subject: [PATCH 1/1] Typo fix. --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 7e28993..4e2d303 100644 --- a/main.cpp +++ b/main.cpp @@ -175,8 +175,8 @@ int main(int argc, char **argv) chain.add_output(inout_format); chain.finalize(); - // generate a PDO to hold the data we read back with glReadPixels() - // (Intel/DRI goes into a slow path if we don't read to PDO) + // generate a PBO to hold the data we read back with glReadPixels() + // (Intel/DRI goes into a slow path if we don't read to PBO) GLuint pbo; glGenBuffers(1, &pbo); glBindBuffer(GL_PIXEL_PACK_BUFFER_ARB, pbo); -- 2.39.2