/// <summary>To be documented.</summary> public static unsafe Result GetVulkanGraphicsDevice(this KhrVulkanEnable thisApi, [Count(Count = 0)] Instance instance, [Count(Count = 0)] ulong systemId, [Count(Count = 0)] Silk.NET.Core.Native.VkHandle vkInstance, [Count(Count = 0)] Span <Silk.NET.Core.Native.VkHandle> vkPhysicalDevice) { // SpanOverloader return(thisApi.GetVulkanGraphicsDevice(instance, systemId, vkInstance, ref vkPhysicalDevice.GetPinnableReference())); }
public unsafe partial Result CreateVulkanDevice([Count(Count = 0)] Instance instance, [Count(Count = 0), Flow(FlowDirection.In)] VulkanDeviceCreateInfoKHR *createInfo, [Count(Count = 0)] ref Silk.NET.Core.Native.VkHandle vulkanDevice, [Count(Count = 0)] ref uint vulkanResult);
public partial Result GetVulkanGraphicsDevice([Count(Count = 0)] Instance instance, [Count(Count = 0)] ulong systemId, [Count(Count = 0)] Silk.NET.Core.Native.VkHandle vkInstance, [Count(Count = 0)] ref Silk.NET.Core.Native.VkHandle vkPhysicalDevice);