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 record
Represents a pointer to / an array ofVkSwapchainPresentScalingCreateInfoEXT
structure(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) void
VkSwapchainPresentScalingCreateInfoEXT.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)