/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/const-3.ispc
9 строк
92 B
Matt Pharr
Add support for running tests that are expected to fail
14 ноя 2011, 20:45
14 ноя 2011, 20:45
79684a0
Код
Авторство
О чём код?
// Can't assign to type struct Foo { int x; }; int func(const Foo f) { f.x = 0; }