diff options
Diffstat (limited to '3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json')
-rw-r--r-- | 3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json b/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json new file mode 100644 index 00000000000..ef147ee037f --- /dev/null +++ b/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json @@ -0,0 +1,74 @@ +{ + "entryPoints" : [ + { + "name" : "main", + "mode" : "comp", + "workgroup_size" : [ + 1, + 1, + 1 + ], + "workgroup_size_is_spec_constant_id" : [ + false, + false, + false + ] + } + ], + "types" : { + "_19" : { + "name" : "Foo", + "members" : [ + { + "name" : "m", + "type" : "mat4", + "offset" : 0 + } + ] + }, + "_21" : { + "name" : "SSBO2", + "members" : [ + { + "name" : "out_data", + "type" : "_19", + "array" : [ + 0 + ], + "offset" : 0 + } + ] + }, + "_28" : { + "name" : "SSBO", + "members" : [ + { + "name" : "in_data", + "type" : "_19", + "array" : [ + 0 + ], + "offset" : 0 + } + ] + } + }, + "ssbos" : [ + { + "type" : "_21", + "name" : "SSBO2", + "writeonly" : true, + "block_size" : 0, + "set" : 0, + "binding" : 1 + }, + { + "type" : "_28", + "name" : "SSBO", + "readonly" : true, + "block_size" : 0, + "set" : 0, + "binding" : 0 + } + ] +}
\ No newline at end of file |