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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSwapchainPresentScalingCreateInfoEXT.Ptr
that 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).