mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-15 08:20:07 +00:00
47 lines
937 B
JSON
47 lines
937 B
JSON
{
|
|
"entryPoints" : [
|
|
{
|
|
"name" : "main",
|
|
"mode" : "frag"
|
|
}
|
|
],
|
|
"outputs" : [
|
|
{
|
|
"type" : "vec4",
|
|
"name" : "_entryPointOutput",
|
|
"location" : 0
|
|
}
|
|
],
|
|
"textures" : [
|
|
{
|
|
"type" : "sampler2D",
|
|
"name" : "ROIm",
|
|
"set" : 0,
|
|
"binding" : 1
|
|
}
|
|
],
|
|
"separate_images" : [
|
|
{
|
|
"type" : "samplerBuffer",
|
|
"name" : "ROBuf",
|
|
"set" : 0,
|
|
"binding" : 0
|
|
}
|
|
],
|
|
"images" : [
|
|
{
|
|
"type" : "image2D",
|
|
"name" : "RWIm",
|
|
"set" : 0,
|
|
"binding" : 1,
|
|
"format" : "rgba32f"
|
|
},
|
|
{
|
|
"type" : "imageBuffer",
|
|
"name" : "RWBuf",
|
|
"set" : 0,
|
|
"binding" : 0,
|
|
"format" : "rgba32f"
|
|
}
|
|
]
|
|
} |