Class EXTMemoryDecompression

java.lang.Object
org.lwjgl.vulkan.EXTMemoryDecompression

public class EXTMemoryDecompression extends Object
  • Field Details

    • VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION

      public static final int VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION
      See Also:
    • VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME

      public static final String VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_EXT
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_EXT
      See Also:
    • VK_STRUCTURE_TYPE_DECOMPRESS_MEMORY_INFO_EXT

      public static final int VK_STRUCTURE_TYPE_DECOMPRESS_MEMORY_INFO_EXT
      See Also:
    • VK_PIPELINE_STAGE_2_MEMORY_DECOMPRESSION_BIT_EXT

      public static final long VK_PIPELINE_STAGE_2_MEMORY_DECOMPRESSION_BIT_EXT
      See Also:
    • VK_ACCESS_2_MEMORY_DECOMPRESSION_READ_BIT_EXT

      public static final long VK_ACCESS_2_MEMORY_DECOMPRESSION_READ_BIT_EXT
      See Also:
    • VK_ACCESS_2_MEMORY_DECOMPRESSION_WRITE_BIT_EXT

      public static final long VK_ACCESS_2_MEMORY_DECOMPRESSION_WRITE_BIT_EXT
      See Also:
    • VK_BUFFER_USAGE_2_MEMORY_DECOMPRESSION_BIT_EXT

      public static final long VK_BUFFER_USAGE_2_MEMORY_DECOMPRESSION_BIT_EXT
      See Also:
    • VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_EXT

      public static final long VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_EXT
      See Also:
    • VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_NV

      public static final long VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_NV
      See Also:
  • Method Details

    • nvkCmdDecompressMemoryEXT

      public static void nvkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, long pDecompressMemoryInfoEXT)
      void vkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT const * pDecompressMemoryInfoEXT)
    • vkCmdDecompressMemoryEXT

      public static void vkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT pDecompressMemoryInfoEXT)
      void vkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT const * pDecompressMemoryInfoEXT)
    • vkCmdDecompressMemoryIndirectCountEXT

      public static void vkCmdDecompressMemoryIndirectCountEXT(VkCommandBuffer commandBuffer, long decompressionMethod, long indirectCommandsAddress, long indirectCommandsCountAddress, int maxDecompressionCount, int stride)
      void vkCmdDecompressMemoryIndirectCountEXT(VkCommandBuffer commandBuffer, VkMemoryDecompressionMethodFlagsEXT decompressionMethod, VkDeviceAddress indirectCommandsAddress, VkDeviceAddress indirectCommandsCountAddress, uint32_t maxDecompressionCount, uint32_t stride)