Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
hlsl.include.system.vert
blob: c5646c06c34122710b3da5581e1f43c1e5bdb952 [
file
] [
log
] [
blame
]
// For -Iinc1 -Iinc1/path1 -Iinc1/path2
// Should include ./inc1/bar, ./inc1/foo, and ./parent
#include
<bar.h>
// Should include ./inc1/path1/notHere.h
#include
<notHere.h>
float4 main
()
:
SV_Position
{
return
i2
+
i3
+
i4
+
p1
+
p2
+
p3
;
}