Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr
Packages that use VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr
-
Uses of VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMemoryDecompressionPropertiesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMemoryDecompressionPropertiesNV> consumer) VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.offset(long offset) VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.slice(long end) VkPhysicalDeviceMemoryDecompressionPropertiesNV.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).