SPIRV-Cross/reference/shaders-reflection/comp/workgroup-size-spec-constant.comp.json

56 lines
1.1 KiB
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "comp",
"workgroup_size" : [
10,
40,
60
],
"workgroup_size_is_spec_constant_id" : [
true,
true,
true
]
}
],
"types" : {
"_8" : {
"name" : "SSBO",
"members" : [
{
"name" : "v",
"type" : "vec4",
"offset" : 0
}
]
}
},
"ssbos" : [
{
"type" : "_8",
"name" : "SSBO",
"block_size" : 16,
"set" : 0,
"binding" : 0
}
],
"specialization_constants" : [
{
"id" : 10,
"type" : "uint",
"default_value" : 1
},
{
"id" : 40,
"type" : "uint",
"default_value" : 1
},
{
"id" : 60,
"type" : "uint",
"default_value" : 1
}
]
}