When I render the frame hierarchy, I want to, say write to the 5th matrix slot in the shader, how can I do that?
thanks
Jack
float4x4 FinalTransforms[35];
l_effect->SetMatrixArray("FinalTransforms", &pMeshContainer->pBoneMatrices[0], pMeshContainer->pSkinInfo->GetNumBones());