Original Post
I am currently working on a cartoon style shader in HLSL which uses Sobel edge detection to draw outlines around my models. This is working well, but I would like to make the outlines much, much thicker than they are currently. If I make the kernel larger the lines get a bit thicker but for the extremely thick lines I require the kernel size would ruin performance. Can anyone recommend a good strategy for creating thicker lines?