typo fix
This commit is contained in:
parent
294f05591c
commit
40b4ad8b26
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
void main()
|
||||
{
|
||||
float gauss4[4] = float4[]( 0.270682, 0.216745, 0.111281, 0.036633 );
|
||||
float gauss4[4] = float[]( 0.270682, 0.216745, 0.111281, 0.036633 );
|
||||
vec2 coord = TexCoord;
|
||||
vec4 res = texture(InputTexture,coord);
|
||||
vec2 bresl = textureSize(InputTexture,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue