Files
ispc/tests_errors/export-vector-param.ispc

5 lines
52 B
Plaintext

// dsgsdhg
export void foo(uniform float<3> x) {
}