First Commit
This commit is contained in:
1
externals/glslang/Test/inc1/badInc.h
vendored
Normal file
1
externals/glslang/Test/inc1/badInc.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#include "parentBad"
|
||||
3
externals/glslang/Test/inc1/bar.h
vendored
Normal file
3
externals/glslang/Test/inc1/bar.h
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
float4 i2;
|
||||
|
||||
#include "foo.h"
|
||||
3
externals/glslang/Test/inc1/foo.h
vendored
Normal file
3
externals/glslang/Test/inc1/foo.h
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "parent.h"
|
||||
|
||||
float4 i3;
|
||||
1
externals/glslang/Test/inc1/path1/bar.h
vendored
Normal file
1
externals/glslang/Test/inc1/path1/bar.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
float4 i9991;
|
||||
1
externals/glslang/Test/inc1/path1/local.h
vendored
Normal file
1
externals/glslang/Test/inc1/path1/local.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
float4 p2;
|
||||
4
externals/glslang/Test/inc1/path1/notHere.h
vendored
Normal file
4
externals/glslang/Test/inc1/path1/notHere.h
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
float4 p1;
|
||||
|
||||
#include "local.h"
|
||||
#include "remote.h"
|
||||
1
externals/glslang/Test/inc1/path2/bar.h
vendored
Normal file
1
externals/glslang/Test/inc1/path2/bar.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
float4 i9991;
|
||||
1
externals/glslang/Test/inc1/path2/notHere.h
vendored
Normal file
1
externals/glslang/Test/inc1/path2/notHere.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
float4 paoeu1;
|
||||
1
externals/glslang/Test/inc1/path2/remote.h
vendored
Normal file
1
externals/glslang/Test/inc1/path2/remote.h
vendored
Normal file
@@ -0,0 +1 @@
|
||||
float4 p3;
|
||||
Reference in New Issue
Block a user