We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45476a commit fe9b113Copy full SHA for fe9b113
doc/tutorials/framebuffer/index.rst
@@ -16,11 +16,11 @@ Then create a simple program with a frame buffer:
16
Now, color everything that doesn't have an alpha of zero as green:
17
18
.. literalinclude:: step_02.py
19
- :caption: Pass-through frame buffer
+ :caption: Green where alpha is not zero in the FBO
20
:linenos:
21
22
Something about passing uniform data to the shader:
23
24
.. literalinclude:: step_03.py
25
+ :caption: Passing uniform data to the shader
26
0 commit comments