Skip to content

Commit

Permalink
Correct spelling (CF_Cavas to CF_Canvas) (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleFlavored authored Nov 25, 2024
1 parent ac27f24 commit fe7e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/low_level_graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ UV-coordinates are two floats, each in the range from `[0,1]`. The coordinate (0

## Canvases

[`CF_Cavas`](https://randygaul.github.io/cute_framework/#/graphics/cf_canvas) represents a texture the GPU can render within. Instead of rendering to the screen itself, sometimes advanced rendering techniques require first rendering to a texture. This is common for some techniques such as reflections, or shadows. Here's an example image showing some basic reflections, using a canvas and some [stenciling techniques](https://en.wikipedia.org/wiki/Stencil_buffer).
[`CF_Canvas`](https://randygaul.github.io/cute_framework/#/graphics/cf_canvas) represents a texture the GPU can render within. Instead of rendering to the screen itself, sometimes advanced rendering techniques require first rendering to a texture. This is common for some techniques such as reflections, or shadows. Here's an example image showing some basic reflections, using a canvas and some [stenciling techniques](https://en.wikipedia.org/wiki/Stencil_buffer).

<p align="center">
<img src=https://github.com/RandyGaul/cute_framework/blob/master/assets/block_man_final.gif?raw=true>
Expand Down

0 comments on commit fe7e7a3

Please sign in to comment.