Skip to content

Commit 14eb6e1

Browse files
committed
Update README.md
1 parent d32a59f commit 14eb6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ We cannot directly render to processing's own texture because it's bound `GL_TEX
77

88
I create a framebuffer object and a custom texture object, which is bound to target `GL_TEXTURE_2D`, and attach this texture to the previously created framebuffer at `GL_COLOR_ATTACHMENT0`. I then render SurfaceTexture's shader output to this framebuffer and it atomatically gets rendered upon the custom texture I created. I then call `glReadPixels` and assign these read pixels to `PImage`'s pixel array.
99

10-
For an alternative approach, please head over to pixel_manipulation branch.
10+
For an alternative approach, please head over to testing branch.

0 commit comments

Comments
 (0)