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