 |
VulkanDeviceCreateDescriptorSetLayout(DescriptorType, ShaderStageFlags, Int32, String) Method |
Namespace: Ab4d.SharpEngine.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic DescriptorSetLayout CreateDescriptorSetLayout(
DescriptorType descriptorType,
ShaderStageFlags stageFlags,
int binding,
string? name = null
)
Parameters
- descriptorType DescriptorType
-
- stageFlags ShaderStageFlags
-
- binding Int32
-
- name String (Optional)
-
Return Value
DescriptorSetLayout[Missing <returns> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.CreateDescriptorSetLayout(Ab4d.Vulkan.DescriptorType,Ab4d.Vulkan.ShaderStageFlags,System.Int32,System.String)"]
See Also