mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-17 21:25:40 +00:00
Update void glossary docs
This commit is contained in:
parent
f9d226cb03
commit
ba771e92bd
@ -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