C Specification
Alternatively, to bind an embedded immutable sampler set to a command buffer, call:
// Provided by VK_KHR_maintenance6 with VK_EXT_descriptor_buffer
void vkCmdBindDescriptorBufferEmbeddedSamplers2EXT(
    VkCommandBuffer                             commandBuffer,
    const VkBindDescriptorBufferEmbeddedSamplersInfoEXT* pBindDescriptorBufferEmbeddedSamplersInfo);Parameters
- 
commandBufferis the command buffer that the embedded immutable samplers will be bound to.
- 
pBindDescriptorBufferEmbeddedSamplersInfois a pointer to aVkBindDescriptorBufferEmbeddedSamplersInfoEXTstructure.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.