Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceCreateDescriptorSets Method


Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public DescriptorSet[] CreateDescriptorSets(
	DescriptorSetLayout descriptorSetLayout,
	DescriptorPool descriptorPool,
	int count,
	string? name = null,
	int nameStartIndex = 0
)

Parameters

descriptorSetLayout  DescriptorSetLayout
 
descriptorPool  DescriptorPool
 
count  Int32
 
name  String  (Optional)
 
nameStartIndex  Int32  (Optional)
 

Return Value

DescriptorSet

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.CreateDescriptorSets(Ab4d.Vulkan.DescriptorSetLayout,Ab4d.Vulkan.DescriptorPool,System.Int32,System.String,System.Int32)"]

See Also