Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainSubImage
Packages that use XrSwapchainSubImage
-
Uses of XrSwapchainSubImage in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSwapchainSubImageModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSwapchainSubImagestructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainSubImageModifier and TypeMethodDescriptionstatic XrSwapchainSubImage@NotNull XrSwapchainSubImageXrSwapchainSubImage.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainSubImageXrSwapchainSubImage.clone(Arena arena, XrSwapchainSubImage src) @NotNull XrSwapchainSubImageXrCompositionLayerSpaceWarpInfoFB.depthSubImage()@NotNull XrSwapchainSubImageXrFrameSynthesisInfoEXT.depthSubImage()XrSwapchainSubImage.imageArrayIndex(int value) @NotNull XrSwapchainSubImageXrCompositionLayerSpaceWarpInfoFB.motionVectorSubImage()@NotNull XrSwapchainSubImageXrFrameSynthesisInfoEXT.motionVectorSubImage()@NotNull XrSwapchainSubImageXrCompositionLayerCylinderKHR.subImage()@NotNull XrSwapchainSubImageXrCompositionLayerDepthInfoKHR.subImage()@NotNull XrSwapchainSubImageXrCompositionLayerEquirect2KHR.subImage()@NotNull XrSwapchainSubImageXrCompositionLayerEquirectKHR.subImage()@NotNull XrSwapchainSubImageXrCompositionLayerProjectionView.subImage()@NotNull XrSwapchainSubImageXrCompositionLayerQuad.subImage()@Nullable XrSwapchainSubImageXrFoveationApplyInfoHTC.subImages()XrSwapchainSubImage.swapchain(@Nullable XrSwapchain value) XrSwapchainSubImage.Ptr.toArray()Methods in club.doki7.openxr.datatype that return types with arguments of type XrSwapchainSubImageModifier and TypeMethodDescription@NotNull Iterator<XrSwapchainSubImage> XrSwapchainSubImage.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainSubImageModifier and TypeMethodDescriptionstatic XrSwapchainSubImageXrSwapchainSubImage.clone(Arena arena, XrSwapchainSubImage src) XrCompositionLayerSpaceWarpInfoFB.depthSubImage(@NotNull XrSwapchainSubImage value) XrFrameSynthesisInfoEXT.depthSubImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerSpaceWarpInfoFB.motionVectorSubImage(@NotNull XrSwapchainSubImage value) XrFrameSynthesisInfoEXT.motionVectorSubImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerCylinderKHR.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerDepthInfoKHR.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerEquirect2KHR.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerEquirectKHR.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerProjectionView.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerQuad.subImage(@NotNull XrSwapchainSubImage value) voidXrSwapchainSubImage.Ptr.write(long index, @NotNull XrSwapchainSubImage value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSwapchainSubImageModifier and TypeMethodDescriptionXrSwapchainSubImage.Ptr.at(long index, @NotNull Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerSpaceWarpInfoFB.depthSubImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrFrameSynthesisInfoEXT.depthSubImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerSpaceWarpInfoFB.motionVectorSubImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrFrameSynthesisInfoEXT.motionVectorSubImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerCylinderKHR.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerDepthInfoKHR.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerEquirect2KHR.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerEquirectKHR.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerProjectionView.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerQuad.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer)