| 1302 | // Not a CREATE or DESTROY function |
| 1303 | } |
| 1304 | static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, |
| 1305 | const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, |
| 1306 | const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) { |
| 1307 | // Not a CREATE or DESTROY function |
| 1308 | } |
| 1309 | static VKAPI_ATTR void VKAPI_CALL CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) { |
| 1310 | // Not a CREATE or DESTROY function |
| 1311 | } |
nothing calls this directly
no outgoing calls
no test coverage detected