Пример #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);