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