public void GetDevice([NativeTypeName("ID3D10Device **")] ID3D10Device **ppDevice)
 {
     ((delegate * unmanaged <ID3D10RasterizerState *, ID3D10Device **, void>)(lpVtbl[3]))((ID3D10RasterizerState *)Unsafe.AsPointer(ref this), ppDevice);
 }
 public void GetDevice(ID3D10Device **ppDevice)
 {
     ((delegate * unmanaged <ID3D10DepthStencilState *, ID3D10Device **, void>)(lpVtbl[3]))((ID3D10DepthStencilState *)Unsafe.AsPointer(ref this), ppDevice);
 }
Beispiel #3
0
 public void GetDevice(ID3D10Device **ppDevice)
 {
     ((delegate * unmanaged <ID3D10InputLayout *, ID3D10Device **, void>)(lpVtbl[3]))((ID3D10InputLayout *)Unsafe.AsPointer(ref this), ppDevice);
 }