Files
ispc/tests_errors/soa-5.ispc

7 lines
126 B
Plaintext

// "uniform" qualifier and "soa<4>" qualifier can't both be used
struct F { float a, b, c; };
uniform soa<4> F farray[10];