| 1367 | return VK_SUCCESS; |
| 1368 | } |
| 1369 | static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSet(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, |
| 1370 | VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, |
| 1371 | const VkWriteDescriptorSet* pDescriptorWrites) { |
| 1372 | // Not a CREATE or DESTROY function |
| 1373 | } |
| 1374 | static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetWithTemplate(VkCommandBuffer commandBuffer, |
| 1375 | VkDescriptorUpdateTemplate descriptorUpdateTemplate, |
| 1376 | VkPipelineLayout layout, uint32_t set, const void* pData) { |
nothing calls this directly
no outgoing calls
no test coverage detected