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