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