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 TypeMethodDescriptionintXR.releaseSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) intXRStatic.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 recordRepresents a pointer to / an array ofXrSwapchainImageReleaseInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainImageReleaseInfoModifier and TypeMethodDescriptionstatic XrSwapchainImageReleaseInfo@NotNull XrSwapchainImageReleaseInfoXrSwapchainImageReleaseInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainImageReleaseInfoXrSwapchainImageReleaseInfo.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 XrSwapchainImageReleaseInfoXrSwapchainImageReleaseInfo.clone(Arena arena, XrSwapchainImageReleaseInfo src) voidXrSwapchainImageReleaseInfo.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)