/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/deref-3.ispc
7 строк
141 B
Matt Pharr
Add support for forward declarations of structures.
16 апр 2012, 17:27
16 апр 2012, 17:27
99a27fe
Код
Авторство
О чём код?
// Member operator "->" can't be applied to non-pointer type "varying struct Foo" struct Foo { int x; }; int func(Foo a) { a->x = 0; }