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
/
remap.specconst.comp
blob
52ac07aa054f7b6b165374345578731bee09654f
1
#version 450
2
3
layout (local_size_x_id = 0, local_size_y_id = 1, local_size_z_id = 2) in;
4
5
shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
6
7
void main () {}