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