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