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