Doug Letterman

Results 1 issues of Doug Letterman

Consider the following shader, in particular the declaration of the unsized array `param`: ``` shader test(int param[] = {}) { printf("array length %d\n", arraylength(param)); } ``` When running this in...