Uses of Record Class
club.doki7.openxr.handle.XrSwapchain
Packages that use XrSwapchain
-
Uses of XrSwapchain in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSwapchainModifier and TypeMethodDescriptionint
XR.acquireSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) int
XRStatic.acquireSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) int
XR.destroySwapchain
(XrSwapchain swapchain) int
XRStatic.destroySwapchain
(XrSwapchain swapchain) int
XR.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XRStatic.enumerateSwapchainImages
(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) int
XR.getSwapchainStateFB
(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) int
XR.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) int
XRStatic.releaseSwapchainImage
(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) int
XR.updateSwapchainFB
(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) int
XR.waitSwapchainImage
(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) int
XRStatic.waitSwapchainImage
(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) -
Uses of XrSwapchain in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSwapchainModifier and TypeMethodDescription@Nullable XrSwapchain
XrCompositionLayerCubeKHR.swapchain()
@Nullable XrSwapchain
XrSwapchainSubImage.swapchain()
Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainModifier and TypeMethodDescriptionXrCompositionLayerCubeKHR.swapchain
(@Nullable XrSwapchain value) XrSwapchainSubImage.swapchain
(@Nullable XrSwapchain value) -
Uses of XrSwapchain in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrSwapchainModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrSwapchain
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSwapchainModifier and TypeMethodDescription@Nullable XrSwapchain
XrSwapchain.Ptr.read()
@Nullable XrSwapchain
XrSwapchain.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrSwapchainMethods in club.doki7.openxr.handle with parameters of type XrSwapchainModifier and TypeMethodDescriptionstatic XrSwapchain.Ptr
XrSwapchain.Ptr.allocate
(Arena arena, @Nullable XrSwapchain @NotNull [] values) static XrSwapchain.Ptr
XrSwapchain.Ptr.allocateV
(Arena arena, @Nullable XrSwapchain value0, @Nullable XrSwapchain... values) void
XrSwapchain.Ptr.write
(long index, @Nullable XrSwapchain value) void
XrSwapchain.Ptr.write
(@Nullable XrSwapchain value) void
XrSwapchain.Ptr.write
(@Nullable XrSwapchain[] values) void
XrSwapchain.Ptr.writeV
(@Nullable XrSwapchain value0, @Nullable XrSwapchain... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSwapchainModifier and TypeMethodDescriptionstatic XrSwapchain.Ptr
XrSwapchain.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSwapchain> values)