| 2141 | return VK_SUCCESS; |
| 2142 | } |
| 2143 | static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, |
| 2144 | VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, |
| 2145 | const VkWriteDescriptorSet* pDescriptorWrites) { |
| 2146 | // Not a CREATE or DESTROY function |
| 2147 | } |
| 2148 | static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetWithTemplateKHR(VkCommandBuffer commandBuffer, |
| 2149 | VkDescriptorUpdateTemplate descriptorUpdateTemplate, |
| 2150 | VkPipelineLayout layout, uint32_t set, const void* pData) { |
nothing calls this directly
no outgoing calls
no test coverage detected