示例#1
0
 /// <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()));
 }