public int CreateBlendState1([NativeTypeName("const D3D10_BLEND_DESC1 *")] D3D10_BLEND_DESC1 *pBlendStateDesc, ID3D10BlendState1 **ppBlendState)
 {
     return(((delegate * unmanaged <ID3D10Device1 *, D3D10_BLEND_DESC1 *, ID3D10BlendState1 **, int>)(lpVtbl[99]))((ID3D10Device1 *)Unsafe.AsPointer(ref this), pBlendStateDesc, ppBlendState));
 }
 public void GetDesc1(D3D10_BLEND_DESC1 *pDesc)
 {
     ((delegate * unmanaged <ID3D10BlendState1 *, D3D10_BLEND_DESC1 *, void>)(lpVtbl[8]))((ID3D10BlendState1 *)Unsafe.AsPointer(ref this), pDesc);
 }