예제 #1
0
 public void RSGetViewports([NativeTypeName("UINT *")] uint *NumViewports, D3D10_VIEWPORT *pViewports)
 {
     ((delegate * unmanaged <ID3D10Device *, uint *, D3D10_VIEWPORT *, void>)(lpVtbl[61]))((ID3D10Device *)Unsafe.AsPointer(ref this), NumViewports, pViewports);
 }
 public void RSSetViewports([NativeTypeName("UINT")] uint NumViewports, [NativeTypeName("const D3D10_VIEWPORT *")] D3D10_VIEWPORT *pViewports)
 {
     ((delegate * unmanaged <ID3D10Device1 *, uint, D3D10_VIEWPORT *, void>)(lpVtbl[30]))((ID3D10Device1 *)Unsafe.AsPointer(ref this), NumViewports, pViewports);
 }