mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
function header audit.
This commit is contained in:
parent
bb8f25bb64
commit
435c588e37
121 changed files with 1247 additions and 3078 deletions
|
@ -52,11 +52,9 @@ void R_Alias_clip_right (finalvert_t *pfv0, finalvert_t *pfv1,
|
|||
|
||||
|
||||
/*
|
||||
================
|
||||
R_Alias_clip_z
|
||||
R_Alias_clip_z
|
||||
|
||||
pfv0 is the unclipped vertex, pfv1 is the z-clipped vertex
|
||||
================
|
||||
pfv0 is the unclipped vertex, pfv1 is the z-clipped vertex
|
||||
*/
|
||||
void
|
||||
R_Alias_clip_z (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out)
|
||||
|
@ -230,9 +228,7 @@ R_AliasClip (finalvert_t *in, finalvert_t *out, int flag, int count,
|
|||
|
||||
|
||||
/*
|
||||
================
|
||||
R_AliasClipTriangle
|
||||
================
|
||||
R_AliasClipTriangle
|
||||
*/
|
||||
void
|
||||
R_AliasClipTriangle (mtriangle_t *ptri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue