thebookofshaders/glossary/void
2020-07-30 14:03:05 +07:00
..
README-vi.md Translate glossary section (partly) and swap all/any page 2020-07-30 14:03:05 +07:00
README.md Update void glossary docs 2017-12-17 20:55:02 +00:00

Void

Declaration

void main(void);
int aFunction(void);
void bFunction(float);

Description

void is used when a function has no parameters or when a function does not return a value.

See Also

void, bool, int, float