/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/int-ptr-fail.ispc
5 строк
151 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
Код
Авторство
О чём код?
// Type conversion from "const uniform int32" to "uniform int32 \* varying" for initializer is not possible int voo() { int * varying foo = 1l; }