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.noSemantic.functionality1.comp
1
AppendStructuredBuffer<float4> Buf : register(u0);
\r
2
\r
3
[numthreads(1, 1, 1)]
\r
4
void main()
\r
5
{
\r
6
Buf.Append(1.0f.xxxx);
\r
7
}