internal PresentInfoKhr(Interop.PresentInfoKhr* ptr) { m = ptr; Initialize (); }
public PresentInfoKhr() { m = (Interop.PresentInfoKhr*) Interop.Structure.Allocate (typeof (Interop.PresentInfoKhr)); Initialize (); }