Skip to content

Commit 8a925a5

Browse files
committed
add missing defs
1 parent 6c68cb3 commit 8a925a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/ctr/test.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ force_inline void FlushCache()
7979
#define TEST_COLL_ProjectPointToEdge(out, v1, v2, point)
8080
#define TEST_COLL_CalculateTrianglePlane(cache, v1, v2, v3, ret)
8181
#define TEST_COLL_LoadVerticeData(cache)
82+
#define TEST_COLL_LoadQuadblockData_LowLOD(cache, quadblock, ret)
83+
#define TEST_COLL_LoadQuadblockData_HighLOD(cache, quadblock, ret)
8284
#define TEST_COLL_BarycentricTest(t, v1, v2, v3, pos, ret)
8385
#define TEST_COLL_TestTriangle(cache, v1, v2, v3, ret)
86+
#define TEST_COLL_TestLeaf_Quadblock(quadblock, cache, ret)
8487
#endif

0 commit comments

Comments
 (0)