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 #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git]
/
Test
/
hlsl.emptystruct.init.vert
1
struct Test { };
2
3
static const Test Test_Empty;
4
5
float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
6
{
7
return 0;
8
}