I am making a vector drawing application with OpenGL. Is there a way to implement a clipping mask? For example: if I have circle A and circle B, I want to see only the part of circle B that intersects with the space Circle A. Is there a way to do this, which is not very expensive, I do not want to kill my application. Thanks
source
share