Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr
Packages that use VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr
-
Uses of VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalMemoryRDMAFeaturesNV> consumer) VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.offset(long offset) VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.Ptr.slice(long end) VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.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).