mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-27 05:40:06 +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" ]
|
||
|
}
|
||
|
]
|
||
|
}
|