Skip to content

Commit fe9b113

Browse files
authored
Update captions for framebuffer tutorial steps (#2788)
1 parent d45476a commit fe9b113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/framebuffer/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Then create a simple program with a frame buffer:
1616
Now, color everything that doesn't have an alpha of zero as green:
1717

1818
.. literalinclude:: step_02.py
19-
:caption: Pass-through frame buffer
19+
:caption: Green where alpha is not zero in the FBO
2020
:linenos:
2121

2222
Something about passing uniform data to the shader:
2323

2424
.. literalinclude:: step_03.py
25-
:caption: Pass-through frame buffer
25+
:caption: Passing uniform data to the shader
2626
:linenos:

0 commit comments

Comments
 (0)