/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/lvalue-2.ispc
5 строк
109 B
Matt Pharr
Choose type for integer literals to match the target mask size (if possible).
24 июл 2013, 04:24
24 июл 2013, 04:24
f7f281a
Код
Авторство
О чём код?
// Can't assign to type "const uniform int[0-9]*" on left-hand side of expression int bar(){ 4 = 0; }