Open karlwessel opened 5 years ago
For path culling currently only the boundary rectangle of the path is culled using opengls scissor methods. The correct culling should/can be implemented with drawing the path to a stencil test buffer and use that for culling.
For path culling currently only the boundary rectangle of the path is culled using opengls scissor methods. The correct culling should/can be implemented with drawing the path to a stencil test buffer and use that for culling.