Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupSwapchainCreateInfoKHR.Ptr
Packages that use VkDeviceGroupSwapchainCreateInfoKHR.Ptr
-
Uses of VkDeviceGroupSwapchainCreateInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceGroupSwapchainCreateInfoKHR.PtrModifier and TypeMethodDescriptionVkDeviceGroupSwapchainCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupSwapchainCreateInfoKHR> consumer) VkDeviceGroupSwapchainCreateInfoKHR.Ptr.offset
(long offset) VkDeviceGroupSwapchainCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceGroupSwapchainCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceGroupSwapchainCreateInfoKHR.Ptr
that uses the same backing storage as thisVkDeviceGroupSwapchainCreateInfoKHR.Ptr
, but with the new size.VkDeviceGroupSwapchainCreateInfoKHR.Ptr.slice
(long end) VkDeviceGroupSwapchainCreateInfoKHR.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).