Issue error on "void" typed variable, function parameter, or struct member.
This commit is contained in:
5
tests_errors/void-array-1.ispc
Normal file
5
tests_errors/void-array-1.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Arrays of "void" type are illegal
|
||||
|
||||
float f_fu(uniform void aFOO[]) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user