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.Ptr
VkImageSwapchainCreateInfoKHR.Ptr.offset
(long offset) @NotNull VkImageSwapchainCreateInfoKHR.Ptr
VkImageSwapchainCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkImageSwapchainCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageSwapchainCreateInfoKHR.Ptr
that uses the same backing storage as thisVkImageSwapchainCreateInfoKHR.Ptr
, but with the new size.VkImageSwapchainCreateInfoKHR.Ptr.slice
(long end) @NotNull VkImageSwapchainCreateInfoKHR.Ptr
VkImageSwapchainCreateInfoKHR.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).