You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/glossary/void/README-vi.md

393 B

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