summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/shaders/gles/fs_deconverge.bin
blob: 33f2f66a503aaa92ef14f3d99c776c09bf45912c (plain) (blame)
ofshex dumpascii
0000 46 53 48 04 dd 2c d7 d4 01 00 0e 44 69 66 66 75 73 65 53 61 6d 70 6c 65 72 00 01 00 00 01 00 b1 FSH..,.....DiffuseSampler.......
0020 01 00 00 76 61 72 79 69 6e 67 20 68 69 67 68 70 20 76 65 63 34 20 76 5f 63 6f 6c 6f 72 30 3b 0a ...varying.highp.vec4.v_color0;.
0040 76 61 72 79 69 6e 67 20 68 69 67 68 70 20 76 65 63 32 20 76 5f 74 65 78 63 6f 6f 72 64 30 3b 0a varying.highp.vec2.v_texcoord0;.
0060 76 61 72 79 69 6e 67 20 68 69 67 68 70 20 76 65 63 32 20 76 5f 74 65 78 63 6f 6f 72 64 31 3b 0a varying.highp.vec2.v_texcoord1;.
0080 76 61 72 79 69 6e 67 20 68 69 67 68 70 20 76 65 63 32 20 76 5f 74 65 78 63 6f 6f 72 64 32 3b 0a varying.highp.vec2.v_texcoord2;.
00a0 75 6e 69 66 6f 72 6d 20 73 61 6d 70 6c 65 72 32 44 20 44 69 66 66 75 73 65 53 61 6d 70 6c 65 72 uniform.sampler2D.DiffuseSampler
00c0 3b 0a 76 6f 69 64 20 6d 61 69 6e 20 28 29 0a 7b 0a 20 20 6c 6f 77 70 20 76 65 63 34 20 74 6d 70 ;.void.main.().{...lowp.vec4.tmp
00e0 76 61 72 5f 31 3b 0a 20 20 74 6d 70 76 61 72 5f 31 2e 77 20 3d 20 31 2e 30 3b 0a 20 20 74 6d 70 var_1;...tmpvar_1.w.=.1.0;...tmp
0100 76 61 72 5f 31 2e 78 20 3d 20 74 65 78 74 75 72 65 32 44 20 28 44 69 66 66 75 73 65 53 61 6d 70 var_1.x.=.texture2D.(DiffuseSamp
0120 6c 65 72 2c 20 76 5f 74 65 78 63 6f 6f 72 64 30 29 2e 78 3b 0a 20 20 74 6d 70 76 61 72 5f 31 2e ler,.v_texcoord0).x;...tmpvar_1.
0140 79 20 3d 20 74 65 78 74 75 72 65 32 44 20 28 44 69 66 66 75 73 65 53 61 6d 70 6c 65 72 2c 20 76 y.=.texture2D.(DiffuseSampler,.v
0160 5f 74 65 78 63 6f 6f 72 64 31 29 2e 79 3b 0a 20 20 74 6d 70 76 61 72 5f 31 2e 7a 20 3d 20 74 65 _texcoord1).y;...tmpvar_1.z.=.te
0180 78 74 75 72 65 32 44 20 28 44 69 66 66 75 73 65 53 61 6d 70 6c 65 72 2c 20 76 5f 74 65 78 63 6f xture2D.(DiffuseSampler,.v_texco
01a0 6f 72 64 32 29 2e 7a 3b 0a 20 20 67 6c 5f 46 72 61 67 43 6f 6c 6f 72 20 3d 20 28 74 6d 70 76 61 ord2).z;...gl_FragColor.=.(tmpva
01c0 72 5f 31 20 2a 20 76 5f 63 6f 6c 6f 72 30 29 3b 0a 7d 0a 0a 00 r_1.*.v_color0);.}...