Can I somehow write custom rasterization algorithm for WebGL? What I mean:
By default in WebGL you can chose drawmode, like TRIANGLES, LINES, POINTS and so on. These modes decide which pixels should be handled by fragment shader. And the question is: can I set this rules of which pixels should be handled by fragment shader by myself?