Esempio n. 1
0
 internal Direct3DTexture9(ComInterface.IDirect3DTexture9 obj)
 {
     _comObject = obj;
     ComInterface.GetComMethod(_comObject, 18, out _getSurfaceLevel);
 }
Esempio n. 2
0
 private Direct3D9Ex(ComInterface.IDirect3D9Ex obj)
 {
     _comObject = obj;
     ComInterface.GetComMethod(_comObject, 20, out _createDeviceEx);
 }
Esempio n. 3
0
 internal Direct3DDevice9Ex(ComInterface.IDirect3DDevice9Ex obj)
 {
     _comObject = obj;
     ComInterface.GetComMethod(_comObject, 23, out _createTexture);
 }