Manually writing a dx11 tessellation shader
- by Tudor
I am looking for resources on what are the steps of manually implementing tessellation (I'm using Unity cg).
Today it seems that it is all the rage to hide most of the gpu code far away and use rather rigid simplifications such as unity's SURFace shaders. And it seems useless unless you're doing supeficial stuff.
A little background: I have…