A couple of fixes to the GL_QCOM_image_processing2 support (#3578)
1) handle the extension requirements of GL_QCOM_image_processing2 correctly 2) add QCOM image processing decorations to ids only once.
This commit is contained in:
parent
b9b8fd917b
commit
a4f870053f
8 changed files with 35 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ Validation failed
|
|||
|
||||
Capability Shader
|
||||
Capability TextureBlockMatchQCOM
|
||||
Capability Bad
|
||||
Capability TextureBlockMatch2QCOM
|
||||
Extension "SPV_QCOM_image_processing"
|
||||
Extension "SPV_QCOM_image_processing2"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
|
|
@ -39,7 +39,6 @@ Validation failed
|
|||
Decorate 44(tex2D_src1) DecorationBlockMatchTextureQCOM
|
||||
Decorate 48(samp) DecorationBlockMatchSamplerQCOM
|
||||
Decorate 53(tex2D_src2) DecorationBlockMatchTextureQCOM
|
||||
Decorate 48(samp) DecorationBlockMatchSamplerQCOM
|
||||
Decorate 61(target_samp) DescriptorSet 0
|
||||
Decorate 61(target_samp) Binding 4
|
||||
Decorate 64(ref_samp) DescriptorSet 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue