Release/v6 #27

Merged
ChaoticByte merged 20 commits from release/v6 into main 2025-01-01 20:57:15 +00:00
Showing only changes of commit 80d937cb64 - Show all commits

View file

@ -27,7 +27,7 @@ The image file will be read and available as the `TEXTURE` variable.
#### Load additional images
```glsl
//!load <name> <filepath>
//!load+ <name> <filepath>
uniform sampler2D <name>;
```