Home
last modified time | relevance | path

Searched refs:ViewDB_Flag_DTrunc (Results 1 – 2 of 2) sorted by relevance

/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h625 #define ViewDB_Flag_DTrunc 0x00000080 /* truncation of the viewport */ macro
666 …efine VDB_Trunc (ViewDB_Flag_LTrunc | ViewDB_Flag_RTrunc | ViewDB_Flag_UTrunc | ViewDB_Flag_DTrunc)
/dports/games/avp/avp-20170505/src/
H A Dvdb.c118 vdb->VDB_Flags |= ViewDB_Flag_DTrunc; in VDBClipPlanes()