Uses of Interface
club.doki7.vulkan.datatype.IVkDecompressMemoryRegionNV
Packages that use IVkDecompressMemoryRegionNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkDecompressMemoryRegionNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkDecompressMemoryRegionNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdDecompressMemoryNV
(VkCommandBuffer commandBuffer, int decompressRegionCount, IVkDecompressMemoryRegionNV pDecompressMemoryRegions) -
Uses of IVkDecompressMemoryRegionNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkDecompressMemoryRegionNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkDecompressMemoryRegionNV
structure in native memory.static final record
Represents a pointer to / an array ofVkDecompressMemoryRegionNV
structure(s) in native memory.