summaryrefslogtreecommitdiff
path: root/src/core/rasterizer.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-15 16:01:48 +0800
committerchai <chaifix@163.com>2019-12-15 16:01:48 +0800
commitbcb7c0a426e66dc57007ae9a0e879358c7860fbb (patch)
tree7ae13fbfbe7c54a3274adba193b1c6edc7fb9c65 /src/core/rasterizer.c
parenta0b8ef3d482c965901f094879a79dd9c5fd8245c (diff)
*misc
Diffstat (limited to 'src/core/rasterizer.c')
-rw-r--r--src/core/rasterizer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/rasterizer.c b/src/core/rasterizer.c
index aad29e9..4f23f52 100644
--- a/src/core/rasterizer.c
+++ b/src/core/rasterizer.c
@@ -156,7 +156,6 @@ void ssrR_triangle( Vec4* CA, Vec4* CB, Vec4* CC, Vert* A, Vert* B, Vert* C, Pro
if(program->fragmentshader(uniforms, &ssr_frag_in, &color)) { \
/*MSAA*/ \
if(multi_sample) { \
- \
} \
/*blend*/ \
if(blend) { \