From d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 23 Dec 2019 23:59:02 +0800 Subject: *misc --- src/core/clip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/clip.h') diff --git a/src/core/clip.h b/src/core/clip.h index 076d3ab..c7fa6cb 100644 --- a/src/core/clip.h +++ b/src/core/clip.h @@ -30,8 +30,8 @@ ClippedBuffer clip_buffer; /*clipping result*/ bool clip_triangle(Vec4* c0, Vec4* c1, Vec4* c2, uint i0, uint i1, uint i2, uint varying_flag, ClippedBuffer* clipped); -uint clip_line(); +uint clip_line(Vec4* c0, Vec4* c1, uint i0, uint i1, uint varying_flag, ClippedBuffer* clipped); -uint clip_point(); +uint clip_point(Vec4* c0, uint i0, uint varying_flag, ClippedBuffer* clipped); #endif \ No newline at end of file -- cgit v1.1-26-g67d0