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 TypeMethodDescriptionintXR.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXRStatic.acquireSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageAcquireInfo acquireInfo, IntPtr index) intXR.destroySwapchain(XrSwapchain swapchain) intXRStatic.destroySwapchain(XrSwapchain swapchain) intXR.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXRStatic.enumerateSwapchainImages(XrSwapchain swapchain, int imageCapacityInput, IntPtr imageCountOutput, @Nullable IXrSwapchainImageBaseHeader images) intXR.getSwapchainStateFB(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) intXR.releaseSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) intXRStatic.releaseSwapchainImage(XrSwapchain swapchain, @Nullable XrSwapchainImageReleaseInfo releaseInfo) intXR.updateSwapchainFB(XrSwapchain swapchain, XrSwapchainStateBaseHeaderFB state) intXR.waitSwapchainImage(XrSwapchain swapchain, XrSwapchainImageWaitInfo waitInfo) intXRStatic.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 XrSwapchainXrCompositionLayerCubeKHR.swapchain()@Nullable XrSwapchainXrSwapchainSubImage.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 recordRepresents a pointer toXrSwapchainhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSwapchainModifier and TypeMethodDescription@Nullable XrSwapchainXrSwapchain.Ptr.read()@Nullable XrSwapchainXrSwapchain.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.PtrXrSwapchain.Ptr.allocate(Arena arena, @Nullable XrSwapchain @NotNull [] values) static XrSwapchain.PtrXrSwapchain.Ptr.allocateV(Arena arena, @Nullable XrSwapchain value0, @Nullable XrSwapchain... values) voidXrSwapchain.Ptr.write(long index, @Nullable XrSwapchain value) voidXrSwapchain.Ptr.write(@Nullable XrSwapchain value) voidXrSwapchain.Ptr.write(@Nullable XrSwapchain[] values) voidXrSwapchain.Ptr.writeV(@Nullable XrSwapchain value0, @Nullable XrSwapchain... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSwapchainModifier and TypeMethodDescriptionstatic XrSwapchain.PtrXrSwapchain.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSwapchain> values)