Uses of Record Class
club.doki7.vulkan.datatype.VkSwapchainPresentScalingCreateInfoEXT
Packages that use VkSwapchainPresentScalingCreateInfoEXT
-
Uses of VkSwapchainPresentScalingCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSwapchainPresentScalingCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSwapchainPresentScalingCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSwapchainPresentScalingCreateInfoEXTModifier and TypeMethodDescriptionVkSwapchainPresentScalingCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSwapchainPresentScalingCreateInfoEXT.clone(Arena arena, VkSwapchainPresentScalingCreateInfoEXT src) VkSwapchainPresentScalingCreateInfoEXT.pNext(@NotNull MemorySegment value) VkSwapchainPresentScalingCreateInfoEXT.presentGravityX(int value) VkSwapchainPresentScalingCreateInfoEXT.presentGravityY(int value) VkSwapchainPresentScalingCreateInfoEXT.scalingBehavior(int value) VkSwapchainPresentScalingCreateInfoEXT.sType(int value) VkSwapchainPresentScalingCreateInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSwapchainPresentScalingCreateInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkSwapchainPresentScalingCreateInfoEXTModifier and TypeMethodDescriptionVkSwapchainPresentScalingCreateInfoEXT.clone(Arena arena, VkSwapchainPresentScalingCreateInfoEXT src) voidVkSwapchainPresentScalingCreateInfoEXT.Ptr.write(long index, @NotNull VkSwapchainPresentScalingCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSwapchainPresentScalingCreateInfoEXTModifier and TypeMethodDescriptionVkSwapchainPresentScalingCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSwapchainPresentScalingCreateInfoEXT> consumer)