projects
/
movit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3e356c2
)
Typo fix.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:40:45 +0000
(11:40 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 6 Oct 2012 09:40:45 +0000
(11:40 +0200)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index
7e28993
..
4e2d303
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-175,8
+175,8
@@
int main(int argc, char **argv)
chain.add_output(inout_format);
chain.finalize();
chain.add_output(inout_format);
chain.finalize();
- // generate a P
D
O to hold the data we read back with glReadPixels()
- // (Intel/DRI goes into a slow path if we don't read to P
D
O)
+ // generate a P
B
O to hold the data we read back with glReadPixels()
+ // (Intel/DRI goes into a slow path if we don't read to P
B
O)
GLuint pbo;
glGenBuffers(1, &pbo);
glBindBuffer(GL_PIXEL_PACK_BUFFER_ARB, pbo);
GLuint pbo;
glGenBuffers(1, &pbo);
glBindBuffer(GL_PIXEL_PACK_BUFFER_ARB, pbo);