SPIRV-Cross/reference/shaders-reflection/frag/push-constant.vk.frag.json
2018-06-21 09:24:22 -07:00

46 lines
939 B
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"types" : {
"_13" : {
"name" : "PushConstants",
"members" : [
{
"name" : "value0",
"type" : "vec4",
"offset" : 0
},
{
"name" : "value1",
"type" : "vec4",
"offset" : 16
}
]
}
},
"inputs" : [
{
"type" : "vec4",
"name" : "vColor",
"location" : 0
}
],
"outputs" : [
{
"type" : "vec4",
"name" : "FragColor",
"location" : 0
}
],
"push_constants" : [
{
"type" : "_13",
"name" : "push",
"push_constant" : true
}
]
}