/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/struct-ref-undecl-1.ispc
5 строк
131 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 declared but not defined struct type struct Foo; int bar(Foo & foo) { return foo.x; }