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