SPIRV-Cross/reference/shaders-reflection/frag/push-constant.vk.frag.json

46 lines
939 B
JSON
Raw Normal View History

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"types" : {
2018-06-21 16:24:22 +00:00
"_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" : [
{
2018-06-21 16:24:22 +00:00
"type" : "_13",
"name" : "push",
"push_constant" : true
}
]
}