Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerDepthTestFB
Packages that use XrCompositionLayerDepthTestFB
-
Uses of XrCompositionLayerDepthTestFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCompositionLayerDepthTestFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrCompositionLayerDepthTestFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCompositionLayerDepthTestFBModifier and TypeMethodDescription@NotNull XrCompositionLayerDepthTestFB
XrCompositionLayerDepthTestFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrCompositionLayerDepthTestFB.clone
(Arena arena, XrCompositionLayerDepthTestFB src) XrCompositionLayerDepthTestFB.compareOp
(int value) XrCompositionLayerDepthTestFB.depthMask
(int value) XrCompositionLayerDepthTestFB.next
(@NotNull MemorySegment value) XrCompositionLayerDepthTestFB.Ptr.toArray()
XrCompositionLayerDepthTestFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrCompositionLayerDepthTestFBModifier and TypeMethodDescription@NotNull Iterator
<XrCompositionLayerDepthTestFB> XrCompositionLayerDepthTestFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrCompositionLayerDepthTestFBModifier and TypeMethodDescriptionXrCompositionLayerDepthTestFB.clone
(Arena arena, XrCompositionLayerDepthTestFB src) void
XrCompositionLayerDepthTestFB.Ptr.write
(long index, @NotNull XrCompositionLayerDepthTestFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCompositionLayerDepthTestFBModifier and TypeMethodDescriptionXrCompositionLayerDepthTestFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrCompositionLayerDepthTestFB> consumer)