| 916 | // Not a CREATE or DESTROY function |
| 917 | } |
| 918 | static VKAPI_ATTR void VKAPI_CALL CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 919 | VkIndexType indexType) { |
| 920 | // Not a CREATE or DESTROY function |
| 921 | } |
| 922 | static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, |
| 923 | const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) { |
| 924 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected