/
redgpu
/
raygpu
Обзор
Документация
Войти
/
redgpu
/
raygpu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
amalgamation/glslang/Test/preprocessor.errors.vert
20 строк
274 B
manuel
Bump glslang to 16.0.0
31 окт 2025, 02:24
31 окт 2025, 02:24
2d4c73f
Код
Авторство
О чём код?
#version 310 es #define X 1 #if X #ifdef Y #error This should not show up in pp output. #endif #error This should show up in pp output. #else #error This should not show up in pp output. #endif #def X #if Y #extension a int main() { }