i wanted to use tangent space normal mapping on my manual object, but i found that ManualObject doesn't support VES_TANGENT semantic.
Nothing wrong if I make a patch to add it, along with a tangent() method?
I know i could use texcoords, but, VES_TANGENT it's there to be used

EDIT: Patch sent!