diff options
author | chai <chaifix@163.com> | 2019-12-23 23:59:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-23 23:59:02 +0800 |
commit | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (patch) | |
tree | 3fc2cca442106a56fc151c5faffbb24217ca83f5 /src/core/clip.h | |
parent | ec111247c614663d8231245a17c314b9b8b4a28c (diff) |
*misc
Diffstat (limited to 'src/core/clip.h')
-rw-r--r-- | src/core/clip.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |