Package org.lwjgl.vulkan
Class EXTMemoryDecompression
java.lang.Object
org.lwjgl.vulkan.EXTMemoryDecompression
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final longstatic final longstatic final Stringstatic final intstatic final longstatic final longstatic final longstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnvkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, long pDecompressMemoryInfoEXT) void vkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT const * pDecompressMemoryInfoEXT)static voidvkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT pDecompressMemoryInfoEXT) void vkCmdDecompressMemoryEXT(VkCommandBuffer commandBuffer, VkDecompressMemoryInfoEXT const * pDecompressMemoryInfoEXT)static voidvkCmdDecompressMemoryIndirectCountEXT(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)
-
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
- 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)
-