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 record
Represents a pointer to / an array ofXrSwapchainSubImage
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainSubImageModifier and TypeMethodDescriptionstatic XrSwapchainSubImage
@NotNull XrSwapchainSubImage
XrSwapchainSubImage.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainSubImage
XrSwapchainSubImage.clone
(Arena arena, XrSwapchainSubImage src) @NotNull XrSwapchainSubImage
XrCompositionLayerSpaceWarpInfoFB.depthSubImage()
@NotNull XrSwapchainSubImage
XrFrameSynthesisInfoEXT.depthSubImage()
XrSwapchainSubImage.imageArrayIndex
(int value) @NotNull XrSwapchainSubImage
XrCompositionLayerSpaceWarpInfoFB.motionVectorSubImage()
@NotNull XrSwapchainSubImage
XrFrameSynthesisInfoEXT.motionVectorSubImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerCylinderKHR.subImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerDepthInfoKHR.subImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerEquirect2KHR.subImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerEquirectKHR.subImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerProjectionView.subImage()
@NotNull XrSwapchainSubImage
XrCompositionLayerQuad.subImage()
@Nullable XrSwapchainSubImage
XrFoveationApplyInfoHTC.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 XrSwapchainSubImage
XrSwapchainSubImage.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) void
XrSwapchainSubImage.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)