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