Issue error if a vector-typed parameter is used in an exported function.
Issue #363.
This commit is contained in:
4
tests_errors/export-vector-param.ispc
Normal file
4
tests_errors/export-vector-param.ispc
Normal file
@@ -0,0 +1,4 @@
|
||||
// dsgsdhg
|
||||
|
||||
export void foo(uniform float<3> x) {
|
||||
}
|
||||
Reference in New Issue
Block a user