Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainCreateInfo
Packages that use XrSwapchainCreateInfo
-
Uses of XrSwapchainCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionint
XR.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XRStatic.createSwapchain
(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) int
XR.createSwapchainAndroidSurfaceKHR
(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) -
Uses of XrSwapchainCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSwapchainCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSwapchainCreateInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainCreateInfoModifier and TypeMethodDescriptionstatic XrSwapchainCreateInfo
XrSwapchainCreateInfo.arraySize
(int value) @NotNull XrSwapchainCreateInfo
XrSwapchainCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainCreateInfo
XrSwapchainCreateInfo.clone
(Arena arena, XrSwapchainCreateInfo src) XrSwapchainCreateInfo.createFlags
(long value) XrSwapchainCreateInfo.faceCount
(int value) XrSwapchainCreateInfo.format
(long value) XrSwapchainCreateInfo.height
(int value) XrSwapchainCreateInfo.mipCount
(int value) XrSwapchainCreateInfo.next
(@NotNull MemorySegment value) XrSwapchainCreateInfo.sampleCount
(int value) XrSwapchainCreateInfo.Ptr.toArray()
XrSwapchainCreateInfo.type
(int value) XrSwapchainCreateInfo.usageFlags
(long value) XrSwapchainCreateInfo.width
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSwapchainCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<XrSwapchainCreateInfo> XrSwapchainCreateInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionstatic XrSwapchainCreateInfo
XrSwapchainCreateInfo.clone
(Arena arena, XrSwapchainCreateInfo src) void
XrSwapchainCreateInfo.Ptr.write
(long index, @NotNull XrSwapchainCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionXrSwapchainCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSwapchainCreateInfo> consumer)