40 static void rasterOccluder(
float v1x,
float v1y,
float v2x,
float v2y,
float v3x,
float v3y, DepthValue depth, DepthValue* buffer,
int bufferWidth);
41 static bool testOccluded(
float v1x,
float v1y,
float v2x,
float v2y,
float v3x,
float v3y, DepthValue depth, DepthValue* buffer,
int bufferWidth);