diff options
author | chai <chaifix@163.com> | 2019-12-17 00:53:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-17 00:53:44 +0800 |
commit | c3f45735ecfab6e567be371758f21395e92dfef6 (patch) | |
tree | bb52668d69b2547faf114537e5e44940c3c25613 /src/core/rasterizer.c | |
parent | 6d5afcc8380ee9159d3e6c406c9184b22f14e81d (diff) |
*misc
Diffstat (limited to 'src/core/rasterizer.c')
-rw-r--r-- | src/core/rasterizer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/rasterizer.c b/src/core/rasterizer.c index ba88161..2319d44 100644 --- a/src/core/rasterizer.c +++ b/src/core/rasterizer.c @@ -153,9 +153,6 @@ void ssrR_triangle( Vec4* CA, Vec4* CB, Vec4* CC, Vert* A, Vert* B, Vert* C, Pro ssrS_solveregs(&bc, A->index, B->index, C->index); \ /*enter fragment shader*/ \ if(program->fragmentshader(uniforms, &ssr_frag_in, &color)) { \ - /*MSAA*/ \ - if(multi_sample) { \ - } \ /*blend*/ \ if(blend) { \ Color32 dst; dst = ssr_getfbocolor(p.x, p.y); \ |