/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/unsigned-struct.ispc
7 строк
112 B
Matt Pharr
Implement unbound varibility for struct types.
21 фев 2012, 22:28
21 фев 2012, 22:28
f81acbf
Код
Авторство
О чём код?
// "unsigned" qualifier is illegal with "varying struct Foo" typ struct Foo { float x; }; unsigned Foo f;