repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: Remove gcc from macos matrix
[glslang.git]
/
Test
/
hlsl.wavequery.comp
blob
a689e119750bad9ec94a8d15776dd129be5d7a4c
1
RWStructuredBuffer<uint> data;
\r
2
\r
3
[numthreads(32, 16, 1)]
\r
4
void CSMain()
\r
5
{
\r
6
data[WaveGetLaneIndex()] = (WaveIsFirstLane()) ? WaveGetLaneCount() : 0;
\r
7
}
\r