Skip to content

Commit 70f1d9b

Browse files
authored
Merge pull request #16 from paddy-exe/gif-use-showcase
Add showcase gif on how to integrate the gdshaderinc files in written shaders
2 parents e95a3b4 + f7f887e commit 70f1d9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This project aims to help Godot developers writing custom written shaders by pro
2020
Download the source (releases and AssetLib version are still WIP) and put the `ShaderFunction-Extras` inside
2121
your `addons` folder. If you don't have one, create it or put the whole addons folder inside your project directory.
2222

23+
After that, you can include the include files you need in your shader like this:
24+
![gdshaderinc-use-showcase](https://user-images.githubusercontent.com/38077837/224516902-06e97d30-e889-4544-b8ce-3b9f2be4144c.gif)
25+
26+
2327
## 🔢 Versioning
2428
This repository is only meant for projects created with Godot 4.0 and upwards. However, if you are using Godot 3.x and want to
2529
use specific functions, you can copy and paste it inside your shader code still.

0 commit comments

Comments
 (0)