| 2923 | return VK_SUCCESS; |
| 2924 | } |
| 2925 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 2926 | VkBuffer countBuffer, VkDeviceSize countBufferOffset, |
| 2927 | uint32_t maxDrawCount, uint32_t stride) { |
| 2928 | // Not a CREATE or DESTROY function |
| 2929 | } |
| 2930 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirectCountAMD(VkCommandBuffer commandBuffer, VkBuffer buffer, |
| 2931 | VkDeviceSize offset, VkBuffer countBuffer, |
| 2932 | VkDeviceSize countBufferOffset, uint32_t maxDrawCount, |
nothing calls this directly
no outgoing calls
no test coverage detected