Files
ShatteredReality b4c73f4888 Fix README links to asset library (#1078)
This updates all links to point to the 4.2 demos instead of the 3.5 ones.

Co-authored-by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com>
2024-06-24 19:29:58 +02:00

18 lines
483 B
Markdown

# Variable Rate Shading
This project showcases how to use
[variable rate shading](https://docs.godotengine.org/en/latest/tutorials/3d/variable_rate_shading.html)
(VRS) in 3D to improve performance.
Performance metrics are also displayed to evaluate potential performance gains.
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2753
## Screenshots
![Screenshot](screenshots/variable_rate_shading.webp)