public void GetDesc(D3D10_RENDER_TARGET_VIEW_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D10RenderTargetView *, D3D10_RENDER_TARGET_VIEW_DESC *, void>)(lpVtbl[8]))((ID3D10RenderTargetView *)Unsafe.AsPointer(ref this), pDesc);
 }
Exemple #2
0
 public int CreateRenderTargetView(ID3D10Resource *pResource, [NativeTypeName("const D3D10_RENDER_TARGET_VIEW_DESC *")] D3D10_RENDER_TARGET_VIEW_DESC *pDesc, ID3D10RenderTargetView **ppRTView)
 {
     return(((delegate * unmanaged <ID3D10Device *, ID3D10Resource *, D3D10_RENDER_TARGET_VIEW_DESC *, ID3D10RenderTargetView **, int>)(lpVtbl[76]))((ID3D10Device *)Unsafe.AsPointer(ref this), pResource, pDesc, ppRTView));
 }