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