| 1163 | return VK_SUCCESS; |
| 1164 | } |
| 1165 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 1166 | VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, |
| 1167 | uint32_t stride) { |
| 1168 | // Not a CREATE or DESTROY function |
| 1169 | } |
| 1170 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 1171 | VkBuffer countBuffer, VkDeviceSize countBufferOffset, |
| 1172 | uint32_t maxDrawCount, uint32_t stride) { |
nothing calls this directly
no outgoing calls
no test coverage detected