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 #2913 from greg-lunarg/i2905
[platform/upstream/glslang.git]
/
Test
/
hlsl.string.frag
1
string s = "string1";
2
string e = "";
3
string bracket < string a = "nested" ; > ;
4
string brackets < string b = "nest1" ; string c = "nest2" ; float test [ 4 ] = { 1.0 , 1.0 , 1.0 , 1.0 } ; vector<float, 3> a = float3(2.0); > ;
5
string brackete1 < > ;
6
string brackete2 < ; > ;
7
string brackete3 < ; ; > ;
8
9
float main(float f)
10
{
11
return f;
12
}