Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/tutorials/framebuffer/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Then create a simple program with a frame buffer:
Now, color everything that doesn't have an alpha of zero as green:

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

Something about passing uniform data to the shader:

.. literalinclude:: step_03.py
:caption: Pass-through frame buffer
:caption: Passing uniform data to the shader
:linenos:
Loading