Home
last modified time | relevance | path

Searched refs:SF_PORTAL (Results 1 – 3 of 3) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dshaderflags.h152 SF_PORTAL = (1<<4), /**< there is a portal layer */ enumerator
H A Dshader.cpp538 shad->flags |= SF_PORTAL; in Parse()
552 shad->flags |= SF_PORTAL; in Parse()
H A Dq3bsp.cpp1078 if (r_noportals.ivalue && shad->flags & SF_PORTAL) continue; in DrawFaces()