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
|
|
@ -1,4 +1,5 @@
|
|||
#version 450
|
||||
#extension GL_QCOM_image_processing : require
|
||||
#extension GL_QCOM_image_processing2 : require
|
||||
|
||||
precision highp float;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue