MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdBindDescriptorSets

Function CmdBindDescriptorSets

icd/generated/function_definitions.h:813–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 // Not a CREATE or DESTROY function
812}
813static VKAPI_ATTR void VKAPI_CALL CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint,
814 VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount,
815 const VkDescriptorSet* pDescriptorSets, uint32_t dynamicOffsetCount,
816 const uint32_t* pDynamicOffsets) {
817 // Not a CREATE or DESTROY function
818}
819static VKAPI_ATTR void VKAPI_CALL CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout,
820 const VkClearColorValue* pColor, uint32_t rangeCount,
821 const VkImageSubresourceRange* pRanges) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected