Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
stride3d
/
xkslang
зеркало из
https://github.com/stride3d/xkslang.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули xkslang
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
72deeb25fe
xkslang
/
Test
/
preprocessor.include.disabl...
6 строки
88 B
GLSL
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Use extension framework to enable #include directive. This patch introduces a new extension, GL_GOOGLE_include_directive, to enable support #include directives. It depends on the extension GL_GOOGLE_cpp_style_line_directive.
2015-07-17 00:33:10 +03:00
#line 8000
#include
#include 123
#include "foo"
#include "foo" garbage
PP: Recognize <> style #include header names. I.e., #include <header-name>. Also correctly test and handle missing newline.
2017-01-03 06:12:08 +03:00
#include "no-eol"