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