Beispiel #1
0
 internal PresentInfoKhr(Interop.PresentInfoKhr* ptr)
 {
     m = ptr;
     Initialize ();
 }
Beispiel #2
0
 public PresentInfoKhr()
 {
     m = (Interop.PresentInfoKhr*) Interop.Structure.Allocate (typeof (Interop.PresentInfoKhr));
     Initialize ();
 }