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 record
Represents a pointer to / an array ofXrCompositionLayerProjection
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCompositionLayerProjectionModifier and TypeMethodDescriptionstatic XrCompositionLayerProjection
@NotNull XrCompositionLayerProjection
XrCompositionLayerProjection.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrCompositionLayerProjection
XrCompositionLayerProjection.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 XrCompositionLayerProjection
XrCompositionLayerProjection.clone
(Arena arena, XrCompositionLayerProjection src) void
XrCompositionLayerProjection.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)