| 4519 | // Not a CREATE or DESTROY function |
| 4520 | } |
| 4521 | static VKAPI_ATTR void VKAPI_CALL CmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, |
| 4522 | const VkDecompressMemoryInfoEXT* pDecompressMemoryInfoEXT) { |
| 4523 | // Not a CREATE or DESTROY function |
| 4524 | } |
| 4525 | static VKAPI_ATTR void VKAPI_CALL CmdDecompressMemoryIndirectCountEXT(VkCommandBuffer commandBuffer, |
| 4526 | VkMemoryDecompressionMethodFlagsEXT decompressionMethod, |
| 4527 | VkDeviceAddress indirectCommandsAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected