Uses of Record Class
club.doki7.vulkan.datatype.VkAntiLagPresentationInfoAMD.Ptr
Packages that use VkAntiLagPresentationInfoAMD.Ptr
-
Uses of VkAntiLagPresentationInfoAMD.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAntiLagPresentationInfoAMD.PtrModifier and TypeMethodDescriptionVkAntiLagPresentationInfoAMD.Ptr.at(long index, @NotNull Consumer<@NotNull VkAntiLagPresentationInfoAMD> consumer) @NotNull VkAntiLagPresentationInfoAMD.PtrVkAntiLagPresentationInfoAMD.Ptr.offset(long offset) VkAntiLagDataAMD.pPresentationInfo(int assumedCount) @NotNull VkAntiLagPresentationInfoAMD.PtrVkAntiLagPresentationInfoAMD.Ptr.reinterpret(long newSize) Assume theVkAntiLagPresentationInfoAMD.Ptris capable of holding at leastnewSizestructures, create a new viewVkAntiLagPresentationInfoAMD.Ptrthat uses the same backing storage as thisVkAntiLagPresentationInfoAMD.Ptr, but with the new size.VkAntiLagPresentationInfoAMD.Ptr.slice(long end) @NotNull VkAntiLagPresentationInfoAMD.PtrVkAntiLagPresentationInfoAMD.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).