/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/soa-8.ispc
5 строк
180 B
Matt Pharr
Added tests and documentation for soa<> rate qualifier.
05 мар 2012, 21:58
05 мар 2012, 21:58
7adb250
Код
Авторство
О чём код?
// Unable to apply SOA conversion to struct due to "uniform int32" member "x" with bound "uniform" struct Point { uniform int x; float a, b, c; }; void foo(soa<8> Point pts[]);