index.rst 796 B

1234567891011121314151617181920212223
  1. Your first shader
  2. =================
  3. This tutorial series will walk you through writing your first shader. It is intended
  4. for people who have very little prior experience with shaders and want to get started
  5. with the basics. This tutorial will not cover advanced topics and it is not
  6. comprehensive. For a comprehensive and detailed overview of shaders in Godot see the
  7. :ref:`Shading Reference Page <toc-shading-reference>`.
  8. The "your first shader" tutorials walk you through the process of writing a shader
  9. step-by-step.
  10. For a more general introduction into shaders and the OpenGL Shading Language, use
  11. `The Book of Shaders <https://thebookofshaders.com>`_.
  12. .. toctree::
  13. :maxdepth: 1
  14. :name: toc-your-first-shader
  15. your_first_2d_shader
  16. your_first_3d_shader
  17. your_second_3d_shader