public void GetDesc1(D3D11_BLEND_DESC1 *pDesc)
 {
     ((delegate * unmanaged <ID3D11BlendState1 *, D3D11_BLEND_DESC1 *, void>)(lpVtbl[8]))((ID3D11BlendState1 *)Unsafe.AsPointer(ref this), pDesc);
 }
Пример #2
0
 public int CreateBlendState1([NativeTypeName("const D3D11_BLEND_DESC1 *")] D3D11_BLEND_DESC1 *pBlendStateDesc, [NativeTypeName("ID3D11BlendState1 **")] ID3D11BlendState1 **ppBlendState)
 {
     return(((delegate * unmanaged <ID3D11Device1 *, D3D11_BLEND_DESC1 *, ID3D11BlendState1 **, int>)(lpVtbl[45]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pBlendStateDesc, ppBlendState));
 }
 public void GetDesc1([NativeTypeName("D3D11_BLEND_DESC1 *")] D3D11_BLEND_DESC1 *pDesc)
 {
     ((delegate * stdcall <ID3D11BlendState1 *, D3D11_BLEND_DESC1 *, void>)(lpVtbl[8]))((ID3D11BlendState1 *)Unsafe.AsPointer(ref this), pDesc);
 }