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 #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git]
/
Test
/
hlsl.void.frag
1
void foo1() {}
2
void foo2(void) {}
3
4
void PixelShaderFunction(float4 input) : COLOR0
5
{
6
foo1();
7
foo2();
8
return;
9
}