Click or drag to resize
Ab4d.SharpEngine logo

VkCoreResetQueryPool Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void ResetQueryPool(
	Device device,
	QueryPool queryPool,
	uint firstQuery,
	uint queryCount
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]

queryPool  QueryPool

[Missing <param name="queryPool"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]

firstQuery  UInt32

[Missing <param name="firstQuery"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]

queryCount  UInt32

[Missing <param name="queryCount"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.VkCore.ResetQueryPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.QueryPool,System.UInt32,System.UInt32)"]

See Also