projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2892 from greg-lunarg/mb
[platform/upstream/glslang.git]
/
Test
/
hlsl.includeNegative.vert
1
#include "foo.h"
2
#include "inc2/../foo.h"
3
#include "inc1/badInc.h"
4
5
float4 main() : SV_Position
6
{
7
#error in main
8
}