| 2376 | GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); |
| 2377 | } |
| 2378 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 2379 | VkBuffer countBuffer, VkDeviceSize countBufferOffset, |
| 2380 | uint32_t maxDrawCount, uint32_t stride) { |
| 2381 | // Not a CREATE or DESTROY function |
| 2382 | } |
| 2383 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, |
| 2384 | VkDeviceSize offset, VkBuffer countBuffer, |
| 2385 | VkDeviceSize countBufferOffset, uint32_t maxDrawCount, |
nothing calls this directly
no outgoing calls
no test coverage detected