コード例 #1
0
ファイル: Structs.cs プロジェクト: yongweisun/VulkanSharp
 internal DisplayPlanePropertiesKhr(Interop.DisplayPlanePropertiesKhr* ptr)
 {
     m = ptr;
     Initialize ();
 }
コード例 #2
0
ファイル: Structs.cs プロジェクト: yongweisun/VulkanSharp
 public DisplayPlanePropertiesKhr()
 {
     m = (Interop.DisplayPlanePropertiesKhr*) Interop.Structure.Allocate (typeof (Interop.DisplayPlanePropertiesKhr));
     Initialize ();
 }