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