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.Ptr
VkPresentFrameTokenGGP.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPresentFrameTokenGGP> consumer) @NotNull VkPresentFrameTokenGGP.Ptr
VkPresentFrameTokenGGP.Ptr.offset
(long offset) @NotNull VkPresentFrameTokenGGP.Ptr
VkPresentFrameTokenGGP.Ptr.reinterpret
(long newSize) Assume theVkPresentFrameTokenGGP.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPresentFrameTokenGGP.Ptr
that uses the same backing storage as thisVkPresentFrameTokenGGP.Ptr
, but with the new size.VkPresentFrameTokenGGP.Ptr.slice
(long end) @NotNull VkPresentFrameTokenGGP.Ptr
VkPresentFrameTokenGGP.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).