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.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupSwapchainCreateInfoKHR.Ptrthat 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).