Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit.
This commit is contained in:
@@ -1193,7 +1193,7 @@ do_ndc_cliptest(GLcontext *ctx, struct arb_vp_machine *m)
|
||||
* the clipmask.
|
||||
*/
|
||||
m->ormask = 0;
|
||||
m->andmask = CLIP_ALL_BITS;
|
||||
m->andmask = CLIP_FRUSTUM_BITS;
|
||||
|
||||
if (tnl->NeedNdcCoords) {
|
||||
VB->NdcPtr =
|
||||
|
Reference in New Issue
Block a user