/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/ref-const.ispc
5 строк
125 B
Matt Pharr
Add support for pointers to the language.
28 ноя 2011, 01:09
28 ноя 2011, 01:09
975db80
Код
Авторство
О чём код?
// Can't assign to type "const uniform int32" on left-hand side of expression void foo(const uniform int &x) { x = 0; }