예제 #1
0
 public abstract unsafe void GetPhysicalDeviceQueueFamilyPerformanceQueryPasses([Count(Count = 0)] PhysicalDevice physicalDevice, [Count(Count = 0), Flow(FlowDirection.In)] QueryPoolPerformanceCreateInfoKHR *pPerformanceQueryCreateInfo, [Count(Count = 0), Flow(FlowDirection.Out)] uint *pNumPasses);
 /// <summary>To be documented.</summary>
 public static unsafe void GetPhysicalDeviceQueueFamilyPerformanceQueryPasses(this KhrPerformanceQuery thisApi, [Count(Count = 0)] PhysicalDevice physicalDevice, [Count(Count = 0), Flow(FlowDirection.In)] QueryPoolPerformanceCreateInfoKHR *pPerformanceQueryCreateInfo, [Count(Count = 0), Flow(FlowDirection.Out)] Span <uint> pNumPasses)
 {
     // SpanOverloader
     thisApi.GetPhysicalDeviceQueueFamilyPerformanceQueryPasses(physicalDevice, pPerformanceQueryCreateInfo, out pNumPasses.GetPinnableReference());
 }