tutorials/shaders/your_first_shader/your_first_2d_shader #188
Replies: 1 comment 4 replies
-
Here are some things I struggled with when learning shaders and how to approach them. Hope it helps someone!
Example: vec4 fragment_color_data = texture(TEXTURE, UV).rgba;
Happy shading! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
tutorials/shaders/your_first_shader/your_first_2d_shader
Introduction: Shaders are special programs that execute on the GPU and are used for rendering graphics. All modern rendering is done with shaders. For a more detailed description of what shaders ar...
https://docs.godotengine.org/en/stable/tutorials/shaders/your_first_shader/your_first_2d_shader.html
Beta Was this translation helpful? Give feedback.
All reactions