зеркало из https://github.com/stride3d/xkslang.git
9 строки
115 B
GLSL
9 строки
115 B
GLSL
|
#include "foo.h"
|
||
|
#include "inc2/../foo.h"
|
||
|
#include "inc1/badInc.h"
|
||
|
|
||
|
float4 main() : SV_Position
|
||
|
{
|
||
|
#error in main
|
||
|
}
|