X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=main.cpp;fp=main.cpp;h=4e2d303f893fc77525fdf558a70ac9e536a7143f;hp=7e289935abf29745a4a7a6aee2271097e9d82295;hb=4faa7b922355c43f89efd62418dfa03ebf06b9c2;hpb=3e356c2cae954440f777a25fe5b3c95734d13f40 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);