Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerProjection
Packages that use XrCompositionLayerProjection
-
Uses of XrCompositionLayerProjection in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCompositionLayerProjectionModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrCompositionLayerProjectionstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCompositionLayerProjectionModifier and TypeMethodDescriptionstatic XrCompositionLayerProjection@NotNull XrCompositionLayerProjectionXrCompositionLayerProjection.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrCompositionLayerProjectionXrCompositionLayerProjection.clone(Arena arena, XrCompositionLayerProjection src) XrCompositionLayerProjection.layerFlags(long value) XrCompositionLayerProjection.next(@NotNull MemorySegment value) XrCompositionLayerProjection.Ptr.toArray()XrCompositionLayerProjection.type(int value) XrCompositionLayerProjection.viewCount(int value) XrCompositionLayerProjection.views(@Nullable IXrCompositionLayerProjectionView value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrCompositionLayerProjectionModifier and TypeMethodDescription@NotNull Iterator<XrCompositionLayerProjection> XrCompositionLayerProjection.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrCompositionLayerProjectionModifier and TypeMethodDescriptionstatic XrCompositionLayerProjectionXrCompositionLayerProjection.clone(Arena arena, XrCompositionLayerProjection src) voidXrCompositionLayerProjection.Ptr.write(long index, @NotNull XrCompositionLayerProjection value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCompositionLayerProjectionModifier and TypeMethodDescriptionXrCompositionLayerProjection.Ptr.at(long index, @NotNull Consumer<@NotNull XrCompositionLayerProjection> consumer)