The Book of Shaders by Patricio Gonzalez Vivo


Void

Các phiên bản

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

Mô tả

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

Tham khảo thêm

void, bool, int, float