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