Uses of Record Class
club.doki7.vulkan.datatype.VkPresentTimeGOOGLE.Ptr
Packages that use VkPresentTimeGOOGLE.Ptr
-
Uses of VkPresentTimeGOOGLE.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPresentTimeGOOGLE.PtrModifier and TypeMethodDescriptionstatic VkPresentTimeGOOGLE.PtrVkPresentTimeGOOGLE.Ptr.at(long index, @NotNull Consumer<@NotNull VkPresentTimeGOOGLE> consumer) @NotNull VkPresentTimeGOOGLE.PtrVkPresentTimeGOOGLE.Ptr.offset(long offset) VkPresentTimesInfoGOOGLE.pTimes(int assumedCount) @NotNull VkPresentTimeGOOGLE.PtrVkPresentTimeGOOGLE.Ptr.reinterpret(long newSize) Assume theVkPresentTimeGOOGLE.Ptris capable of holding at leastnewSizestructures, create a new viewVkPresentTimeGOOGLE.Ptrthat uses the same backing storage as thisVkPresentTimeGOOGLE.Ptr, but with the new size.VkPresentTimeGOOGLE.Ptr.slice(long end) @NotNull VkPresentTimeGOOGLE.PtrVkPresentTimeGOOGLE.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).