vkCmdSetDescriptorBufferOffsets2EXT(3)
C Specification
To set descriptor buffer offsets in a command buffer, call:
| This functionality is superseded by VK_EXT_descriptor_heap. See Legacy Functionality for more information. |
// Provided by VK_KHR_maintenance6 with VK_EXT_descriptor_buffer
void vkCmdSetDescriptorBufferOffsets2EXT(
VkCommandBuffer commandBuffer,
const VkSetDescriptorBufferOffsetsInfoEXT* pSetDescriptorBufferOffsetsInfo);
Parameters
-
commandBufferis the command buffer in which the descriptor buffer offsets will be set. -
pSetDescriptorBufferOffsetsInfois a pointer to aVkSetDescriptorBufferOffsetsInfoEXTstructure.
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.