Esempio n. 1
0
 internal DisplayPresentInfoKhr(Interop.DisplayPresentInfoKhr* ptr)
 {
     m = ptr;
     Initialize ();
 }
Esempio n. 2
0
 public DisplayPresentInfoKhr()
 {
     m = (Interop.DisplayPresentInfoKhr*) Interop.Structure.Allocate (typeof (Interop.DisplayPresentInfoKhr));
     Initialize ();
 }