mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
Merge pull request #199 from broder/update-void
Update void glossary docs
This commit is contained in:
commit
18ff67bad2
@ -8,7 +8,7 @@ void bFunction(float);
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
```void``` is used when a function have no parameters or when a function does not return a value.
|
```void``` is used when a function has no parameters or when a function does not return a value.
|
||||||
|
|
||||||
### See Also
|
### See Also
|
||||||
[void](/glossary/?search=void), [bool](/glossary/?search=bool), [int](/glossary/?search=int), [float](/glossary/?search=float)
|
[void](/glossary/?search=void), [bool](/glossary/?search=bool), [int](/glossary/?search=int), [float](/glossary/?search=float)
|
||||||
|
Loading…
Reference in New Issue
Block a user