Example #1
0
 private Direct3D9Ex(ComInterface.IDirect3D9Ex obj)
 {
     this.comObject = obj;
     ComInterface.GetComMethod(this.comObject, 20, out this.createDeviceEx);
 }
Example #2
0
 internal Direct3DTexture9(ComInterface.IDirect3DTexture9 obj)
 {
     this.comObject = obj;
     ComInterface.GetComMethod(this.comObject, 18, out this.getSurfaceLevel);
 }
Example #3
0
 internal Direct3DDevice9Ex(ComInterface.IDirect3DDevice9Ex obj)
 {
     this.comObject = obj;
     ComInterface.GetComMethod(this.comObject, 23, out this.createTexture);
 }