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