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
/
spv.subgroupSizeARB.frag
blob
45a1701db17a1ff7dc3670b18baa6b38f615c7fe
1
#version 450
2
#extension GL_ARB_shader_ballot : enable
3
#extension GL_KHR_shader_subgroup_basic : enable
4
5
layout(location = 0) out uint result;
6
7
void main (void)
8
{
9
result = gl_SubGroupSizeARB;
10
}