vkCmdDecompressMemoryEXT(3)
C Specification
To decompress memory containing compressed data, call:
// Provided by VK_EXT_memory_decompression
void vkCmdDecompressMemoryEXT(
VkCommandBuffer commandBuffer,
const VkDecompressMemoryInfoEXT* pDecompressMemoryInfoEXT);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
pDecompressMemoryInfoEXTis a pointer to a VkDecompressMemoryInfoEXT structure describing the decompression parameters.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.