Class VkPhysicalDeviceMemoryDecompressionPropertiesNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceMemoryDecompressionPropertiesNV>
org.lwjgl.vulkan.VkPhysicalDeviceMemoryDecompressionPropertiesNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceMemoryDecompressionPropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceMemoryDecompressionPropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing supported memory decompression methods by an implementation.
Description

If the VkPhysicalDeviceMemoryDecompressionPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceMemoryDecompressionPropertiesNV {
     VkStructureType sType();
     void * pNext();
     VkMemoryDecompressionMethodFlagsNV decompressionMethods();
     uint64_t maxDecompressionIndirectCount();
 }