Exemple #1
0
 public int CreateDepthStencilView(ID3D10Resource *pResource, [NativeTypeName("const D3D10_DEPTH_STENCIL_VIEW_DESC *")] D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc, ID3D10DepthStencilView **ppDepthStencilView)
 {
     return(((delegate * unmanaged <ID3D10Device *, ID3D10Resource *, D3D10_DEPTH_STENCIL_VIEW_DESC *, ID3D10DepthStencilView **, int>)(lpVtbl[77]))((ID3D10Device *)Unsafe.AsPointer(ref this), pResource, pDesc, ppDepthStencilView));
 }
Exemple #2
0
 public void GetDesc([NativeTypeName("D3D10_DEPTH_STENCIL_VIEW_DESC *")] D3D10_DEPTH_STENCIL_VIEW_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D10DepthStencilView *, D3D10_DEPTH_STENCIL_VIEW_DESC *, void>)(lpVtbl[8]))((ID3D10DepthStencilView *)Unsafe.AsPointer(ref this), pDesc);
 }