mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"revision" : 4,
|
|
"instructions" : [
|
|
{
|
|
"opname" : "InterpolateAtVertexAMD",
|
|
"opcode" : 1,
|
|
"operands" : [
|
|
{ "kind" : "IdRef", "name" : "'interpolant'" },
|
|
{ "kind" : "IdRef", "name" : "'vertexIdx'" }
|
|
],
|
|
"extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ]
|
|
}
|
|
]
|
|
}
|