Click or drag to resize
Ab4d.SharpEngine logo

VkCoreResetDescriptorPool Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result ResetDescriptorPool(
	Device device,
	DescriptorPool descriptorPool,
	uint flags
)

Parameters

device  Device

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

descriptorPool  DescriptorPool

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

flags  UInt32

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

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.VkCore.ResetDescriptorPool(Ab4d.Vulkan.Device,Ab4d.Vulkan.DescriptorPool,System.UInt32)"]

Remarks

Success codes:VK_SUCCESS

See Also