Uses of Record Class
club.doki7.vulkan.datatype.VkSurfacePresentModeCompatibilityEXT
Packages that use VkSurfacePresentModeCompatibilityEXT
-
Uses of VkSurfacePresentModeCompatibilityEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSurfacePresentModeCompatibilityEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSurfacePresentModeCompatibilityEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfacePresentModeCompatibilityEXTModifier and TypeMethodDescription@NotNull VkSurfacePresentModeCompatibilityEXT
VkSurfacePresentModeCompatibilityEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSurfacePresentModeCompatibilityEXT.clone
(Arena arena, VkSurfacePresentModeCompatibilityEXT src) VkSurfacePresentModeCompatibilityEXT.pNext
(@NotNull MemorySegment value) VkSurfacePresentModeCompatibilityEXT.pPresentModes
(@Nullable IntPtr value) VkSurfacePresentModeCompatibilityEXT.presentModeCount
(int value) VkSurfacePresentModeCompatibilityEXT.sType
(int value) VkSurfacePresentModeCompatibilityEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSurfacePresentModeCompatibilityEXTModifier and TypeMethodDescription@NotNull Iterator
<VkSurfacePresentModeCompatibilityEXT> VkSurfacePresentModeCompatibilityEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSurfacePresentModeCompatibilityEXTModifier and TypeMethodDescriptionVkSurfacePresentModeCompatibilityEXT.clone
(Arena arena, VkSurfacePresentModeCompatibilityEXT src) void
VkSurfacePresentModeCompatibilityEXT.Ptr.write
(long index, @NotNull VkSurfacePresentModeCompatibilityEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfacePresentModeCompatibilityEXTModifier and TypeMethodDescriptionVkSurfacePresentModeCompatibilityEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSurfacePresentModeCompatibilityEXT> consumer)