Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainImageReleaseInfo
Packages that use XrSwapchainImageReleaseInfo
-
Uses of XrSwapchainImageReleaseInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSwapchainImageReleaseInfoModifier and TypeMethodDescriptionint
XR.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) int
XRStatic.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) -
Uses of XrSwapchainImageReleaseInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSwapchainImageReleaseInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSwapchainImageReleaseInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainImageReleaseInfoModifier and TypeMethodDescriptionstatic XrSwapchainImageReleaseInfo
@NotNull XrSwapchainImageReleaseInfo
XrSwapchainImageReleaseInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainImageReleaseInfo
XrSwapchainImageReleaseInfo.clone
(Arena arena, XrSwapchainImageReleaseInfo src) XrSwapchainImageReleaseInfo.next
(@NotNull MemorySegment value) XrSwapchainImageReleaseInfo.Ptr.toArray()
XrSwapchainImageReleaseInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSwapchainImageReleaseInfoModifier and TypeMethodDescription@NotNull Iterator
<XrSwapchainImageReleaseInfo> XrSwapchainImageReleaseInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainImageReleaseInfoModifier and TypeMethodDescriptionstatic XrSwapchainImageReleaseInfo
XrSwapchainImageReleaseInfo.clone
(Arena arena, XrSwapchainImageReleaseInfo src) void
XrSwapchainImageReleaseInfo.Ptr.write
(long index, @NotNull XrSwapchainImageReleaseInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSwapchainImageReleaseInfoModifier and TypeMethodDescriptionXrSwapchainImageReleaseInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSwapchainImageReleaseInfo> consumer)