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