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