예제 #1
0
 internal extern static Result vkGetPhysicalDeviceSurfaceSupportKHR(IntPtr physicalDevice, UInt32 queueFamilyIndex, UInt64 surface, ref VkBool32 pSupported);
예제 #2
0
 public static bool ConvertFrom(VkBool32 flag)
 {
     return(flag.Value != 0U);
 }
예제 #3
0
 internal extern static Result vkWaitForFences(IntPtr device, UInt32 fenceCount, [In] UInt64[] pFences, VkBool32 waitAll, UInt64 timeout);