Skip to content

Commit

Permalink
Fix reference wrong image
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Mar 24, 2024
1 parent 449b985 commit 8d6a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/drawing.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ You can apply customizable shaders that work with the draw API by using function
and [cf_render_settings_pop_shader](https://randygaul.github.io/cute_framework/#/draw/cf_render_settings_pop_shader). By creating custom FX you can implement interesting visuals like the following wavelet example:
<p align="center">
<img src=https://github.com/RandyGaul/cute_framework/blob/master/assets/basic_shapes.gif?raw=true>
<img src=https://github.com/RandyGaul/cute_framework/blob/master/assets/wavelets.gif?raw=true>
</p>
The draw API passes *all* geometry into an optional shader function, within the fragment shader, called `shader`. This function is the final step in the entire fragment shader, granting the opportunity to alter the final output pixel color. Let us look at an example custom shader to apply a color mixing effect.
Expand Down

0 comments on commit 8d6a502

Please sign in to comment.