We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c32f02 commit 51b14fdCopy full SHA for 51b14fd
README.md
@@ -23,7 +23,7 @@ Download the repo as a zip, and extract it under your project Plugins folder so
23
* You can also disable the automatic updates and manually right click the asset -> `Update from HLSL`
24
25
## Syntax
26
-* All return types must be `void` to ensure the pin are all properly named
+* All return types must be `void` to ensure the pins are all properly named
27
* To mark a parameter as an output, use `out`: eg, `out float3 MyOutput`
28
* Comments must use the `//` syntax, `/*` is not supported
29
* `@param` in comments will be parsed & put into the pin tooltips
0 commit comments