Skip to content

Commit 8917a86

Browse files
committed
SPV_QCOM_image_processing
1 parent 2c3cfe2 commit 8917a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,7 +4603,7 @@
46034603
{ "kind" : "IdRef", "name" : "'Coordinates'" },
46044604
{ "kind" : "IdRef", "name" : "'Weights'" }
46054605
],
4606-
"extensions" : [ "SPV_QCOM_image_processing" ],
4606+
"capabilities" : [ "TextureSampleWeightedQCOM" ],
46074607
"version" : "None"
46084608
},
46094609
{
@@ -4617,7 +4617,7 @@
46174617
{ "kind" : "IdRef", "name" : "'Coordinates'" },
46184618
{ "kind" : "IdRef", "name" : "'Box Size'" }
46194619
],
4620-
"extensions" : [ "SPV_QCOM_image_processing" ],
4620+
"capabilities" : [ "TextureBoxFilterQCOM" ],
46214621
"version" : "None"
46224622
},
46234623
{
@@ -4633,7 +4633,7 @@
46334633
{ "kind" : "IdRef", "name" : "'Reference Coordinates'" },
46344634
{ "kind" : "IdRef", "name" : "'Block Size'" }
46354635
],
4636-
"extensions" : [ "SPV_QCOM_image_processing" ],
4636+
"capabilities" : [ "TextureBlockMatchQCOM" ],
46374637
"version" : "None"
46384638
},
46394639
{

0 commit comments

Comments
 (0)