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
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
spv.subgroup.frag
blob
520052faac00604ca28b3c7464562160308a89b6
1
#version 450
\r
2
#extension GL_KHR_shader_subgroup_basic: enable
\r
3
layout(location = 0) out uvec4 data;
\r
4
void main (void)
\r
5
{
\r
6
data = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, 0, 0);
\r
7
}
\r