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