Added tests and documentation for soa<> rate qualifier.
This commit is contained in:
6
tests_errors/soa-5.ispc
Normal file
6
tests_errors/soa-5.ispc
Normal file
@@ -0,0 +1,6 @@
|
||||
// "uniform" qualifier and "soa<4>" qualifier can't both be used
|
||||
|
||||
struct F { float a, b, c; };
|
||||
|
||||
uniform soa<4> F farray[10];
|
||||
|
||||
Reference in New Issue
Block a user