update shape code of invert transform
Signed-off-by: tyBrave <tianyong13@huawei.com>
This commit is contained in:
parent
75f08250a2
commit
91f022516f
|
@ -232,7 +232,7 @@ const char contrastFShaderStr[] =
|
||||||
const char invertFShaderStr[] =
|
const char invertFShaderStr[] =
|
||||||
"#version 300 es\n"
|
"#version 300 es\n"
|
||||||
"precision highp float;\n"
|
"precision highp float;\n"
|
||||||
"int vec2 v_texCoord;\n"
|
"in vec2 v_texCoord;\n"
|
||||||
"\n"
|
"\n"
|
||||||
"uniform lowp sampler2D s_TextureMap;\n"
|
"uniform lowp sampler2D s_TextureMap;\n"
|
||||||
"layout(location = 0) out vec4 outColor;\n"
|
"layout(location = 0) out vec4 outColor;\n"
|
||||||
|
|
Loading…
Reference in New Issue