![]()
wgClip
Description: 2D rectangular clip testing support
Source file: \genesis3d\OpenSource\Source\Font\wgClip.h
Functions: CalculateClipping
Constants: view
![]()
#define GE_CLIP_CENTER 1
#define GE_CLIP_CORNER 0
![]()
Functions:
![]()
GENESISAPI geBoolean GENESISCC CalculateClipping(GE_Rect* artRect, int32* resultX, int32* resultY, int32 x, int32 y, const GE_Rect bounds, int32 type);
Returns true if you need to draw at all.
![]()