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 recordRepresents a pointer to / an array ofVkSurfacePresentModeCompatibilityEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfacePresentModeCompatibilityEXTModifier and TypeMethodDescription@NotNull VkSurfacePresentModeCompatibilityEXTVkSurfacePresentModeCompatibilityEXT.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) voidVkSurfacePresentModeCompatibilityEXT.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)