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