public void GetDesc(D3D11_BLEND_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D11BlendState *, D3D11_BLEND_DESC *, void>)(lpVtbl[7]))((ID3D11BlendState *)Unsafe.AsPointer(ref this), pDesc);
 }
Ejemplo n.º 2
0
 public int CreateBlendState([NativeTypeName("const D3D11_BLEND_DESC *")] D3D11_BLEND_DESC *pBlendStateDesc, [NativeTypeName("ID3D11BlendState **")] ID3D11BlendState **ppBlendState)
 {
     return(((delegate * unmanaged <ID3D11Device1 *, D3D11_BLEND_DESC *, ID3D11BlendState **, int>)(lpVtbl[20]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pBlendStateDesc, ppBlendState));
 }
 public void GetDesc([NativeTypeName("D3D11_BLEND_DESC *")] D3D11_BLEND_DESC *pDesc)
 {
     ((delegate * stdcall <ID3D11BlendState *, D3D11_BLEND_DESC *, void>)(lpVtbl[7]))((ID3D11BlendState *)Unsafe.AsPointer(ref this), pDesc);
 }