2022-03-18 17:46:08 +01:00
|
|
|
Your first shader
|
|
|
|
=================
|
|
|
|
|
|
|
|
This tutorial series will walk you through writing your first shader. It is intended
|
|
|
|
for people who have very little prior experience with shaders and want to get started
|
|
|
|
with the basics. This tutorial will not cover advanced topics and it is not
|
|
|
|
comprehensive. For a comprehensive and detailed overview of shaders in Godot see the
|
2023-01-12 20:39:50 +01:00
|
|
|
`Shading Reference Page <toc-shading-reference )`.
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
The "your first shader" tutorials walk you through the process of writing a shader
|
|
|
|
step-by-step.
|
|
|
|
|
|
|
|
For a more general introduction into shaders and the OpenGL Shading Language, use
|
2023-01-12 20:57:31 +01:00
|
|
|
`The Book of Shaders ( https://thebookofshaders.com )`.
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:name: toc-your-first-shader
|
|
|
|
|
|
|
|
your_first_2d_shader
|
|
|
|
your_first_3d_shader
|
|
|
|
your_second_3d_shader
|