Uses of Record Class
club.doki7.openxr.datatype.XrVulkanSwapchainCreateInfoMETA
Packages that use XrVulkanSwapchainCreateInfoMETA
-
Uses of XrVulkanSwapchainCreateInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVulkanSwapchainCreateInfoMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrVulkanSwapchainCreateInfoMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVulkanSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrVulkanSwapchainCreateInfoMETA.additionalCreateFlags
(int value) XrVulkanSwapchainCreateInfoMETA.additionalUsageFlags
(int value) @NotNull XrVulkanSwapchainCreateInfoMETA
XrVulkanSwapchainCreateInfoMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrVulkanSwapchainCreateInfoMETA.clone
(Arena arena, XrVulkanSwapchainCreateInfoMETA src) XrVulkanSwapchainCreateInfoMETA.next
(@NotNull MemorySegment value) XrVulkanSwapchainCreateInfoMETA.Ptr.toArray()
XrVulkanSwapchainCreateInfoMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVulkanSwapchainCreateInfoMETAModifier and TypeMethodDescription@NotNull Iterator
<XrVulkanSwapchainCreateInfoMETA> XrVulkanSwapchainCreateInfoMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrVulkanSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrVulkanSwapchainCreateInfoMETA.clone
(Arena arena, XrVulkanSwapchainCreateInfoMETA src) void
XrVulkanSwapchainCreateInfoMETA.Ptr.write
(long index, @NotNull XrVulkanSwapchainCreateInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVulkanSwapchainCreateInfoMETAModifier and TypeMethodDescriptionXrVulkanSwapchainCreateInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVulkanSwapchainCreateInfoMETA> consumer)