Beispiel #1
0
 public int CreateDepthStencilView([NativeTypeName("ID3D11Resource *")] ID3D11Resource *pResource, [NativeTypeName("const D3D11_DEPTH_STENCIL_VIEW_DESC *")] D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc, [NativeTypeName("ID3D11DepthStencilView **")] ID3D11DepthStencilView **ppDepthStencilView)
 {
     return(((delegate * unmanaged <ID3D11Device1 *, ID3D11Resource *, D3D11_DEPTH_STENCIL_VIEW_DESC *, ID3D11DepthStencilView **, int>)(lpVtbl[10]))((ID3D11Device1 *)Unsafe.AsPointer(ref this), pResource, pDesc, ppDepthStencilView));
 }
Beispiel #2
0
 public void GetDesc([NativeTypeName("D3D11_DEPTH_STENCIL_VIEW_DESC *")] D3D11_DEPTH_STENCIL_VIEW_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D11DepthStencilView *, D3D11_DEPTH_STENCIL_VIEW_DESC *, void>)(lpVtbl[8]))((ID3D11DepthStencilView *)Unsafe.AsPointer(ref this), pDesc);
 }