Exemple #1
0
 public void SetClothVertices(DeviceContext context, Vector4[] vertices)
 {
     ClothVertices.Update(context, vertices);
     ClothVertices.SetVSCBuffer(context, 8);
 }
Exemple #2
0
 public void SetBoneMatrices(DeviceContext context, Matrix3_s[] matrices)
 {
     BoneMatrices.Update(context, matrices);
     BoneMatrices.SetVSCBuffer(context, 7);
 }