Click or drag to resize
Ab4d.SharpEngine logo

VkCoreFreeDescriptorSets Method


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public Result FreeDescriptorSets(
	Device device,
	DescriptorPool descriptorPool,
	uint descriptorSetCount,
	DescriptorSet* pDescriptorSets
)

Parameters

device  Device
 
descriptorPool  DescriptorPool
 
descriptorSetCount  UInt32
 
pDescriptorSets  DescriptorSet*
 

Return Value

Result
Remarks

Success codes:VK_SUCCESS

See Also