repo.or.cz
/
KhronosGroup
/
SPIRV-Cross.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #2439 from KhronosGroup/fix-2261
[KhronosGroup/SPIRV-Cross.git]
/
reference
/
shaders-reflection
/
asm
/
op-source-none-ssbo-1.asm.comp.json
blob
e7d51221ec2f93fb4a9ebdf273c4390866d4e22f
1
{
2
"entryPoints" : [
3
{
4
"name" : "main",
5
"mode" : "comp",
6
"workgroup_size" : [
7
1,
8
1,
9
1
10
],
11
"workgroup_size_is_spec_constant_id" : [
12
false,
13
false,
14
false
15
]
16
}
17
],
18
"types" : {
19
"_7" : {
20
"name" : "SSBO0",
21
"members" : [
22
{
23
"name" : "a",
24
"type" : "vec4",
25
"array" : [
26
0
27
],
28
"array_size_is_literal" : [
29
true
30
],
31
"offset" : 0,
32
"array_stride" : 16
33
}
34
]
35
}
36
},
37
"ssbos" : [
38
{
39
"type" : "_7",
40
"name" : "SSBO0",
41
"block_size" : 0,
42
"set" : 0,
43
"binding" : 0
44
}
45
]
46
}