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 #2908 from Biswa96/cmake-spirv-remap
[platform/upstream/glslang.git]
/
Test
/
hlsl.assoc.frag
1
float4 PixelShaderFunction(
2
float4 a1,
3
float4 a2,
4
float4 a3,
5
float4 a4,
6
float4 a5
7
) : COLOR0
8
{
9
a1 = a2 = a3 = a4 = a5;
10
return a1 + a2 + a3 + a4 + a5;
11
}