Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerProjectionView
Packages that use XrCompositionLayerProjectionView
-
Uses of XrCompositionLayerProjectionView in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCompositionLayerProjectionViewModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrCompositionLayerProjectionViewstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCompositionLayerProjectionViewModifier and TypeMethodDescription@NotNull XrCompositionLayerProjectionViewXrCompositionLayerProjectionView.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrCompositionLayerProjectionView.clone(Arena arena, XrCompositionLayerProjectionView src) XrCompositionLayerProjectionView.next(@NotNull MemorySegment value) XrCompositionLayerProjectionView.subImage(@NotNull XrSwapchainSubImage value) XrCompositionLayerProjectionView.subImage(Consumer<@NotNull XrSwapchainSubImage> consumer) XrCompositionLayerProjectionView.Ptr.toArray()XrCompositionLayerProjectionView.type(int value) @Nullable XrCompositionLayerProjectionViewXrCompositionLayerProjection.views()Methods in club.doki7.openxr.datatype that return types with arguments of type XrCompositionLayerProjectionViewModifier and TypeMethodDescription@NotNull Iterator<XrCompositionLayerProjectionView> XrCompositionLayerProjectionView.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrCompositionLayerProjectionViewModifier and TypeMethodDescriptionXrCompositionLayerProjectionView.clone(Arena arena, XrCompositionLayerProjectionView src) voidXrCompositionLayerProjectionView.Ptr.write(long index, @NotNull XrCompositionLayerProjectionView value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCompositionLayerProjectionViewModifier and TypeMethodDescriptionXrCompositionLayerProjectionView.Ptr.at(long index, @NotNull Consumer<@NotNull XrCompositionLayerProjectionView> consumer)