+[require] +shader model >= 5.0 +tessellation
Do we need an explicit "tessellation" requirement flag? It seems like it would be implied by drawing with tessellation shaders bound.
+ bool require_tessellation; /* For the GL runner, until HLSL compiler support is added. */
What are you saying here?