/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
tests_errors/const-too-large.ispc
3 строки
107 B
Matt Pharr
Improvements to constant folding.
23 июл 2013, 03:12
23 июл 2013, 03:12
564e61c
Код
Авторство
О чём код?
// Binary expression with type "const uniform int8" can't represent value. int8 v = (int8)64 * (int8)32;