Uses of Record Class
club.doki7.openxr.datatype.XrDigitalLensControlALMALENCE
Packages that use XrDigitalLensControlALMALENCE
-
Uses of XrDigitalLensControlALMALENCE in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrDigitalLensControlALMALENCEModifier and TypeMethodDescriptionintXR.setDigitalLensControlALMALENCE(XrSession session, XrDigitalLensControlALMALENCE digitalLensControl) -
Uses of XrDigitalLensControlALMALENCE in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrDigitalLensControlALMALENCEModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrDigitalLensControlALMALENCEstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrDigitalLensControlALMALENCEModifier and TypeMethodDescription@NotNull XrDigitalLensControlALMALENCEXrDigitalLensControlALMALENCE.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrDigitalLensControlALMALENCE.clone(Arena arena, XrDigitalLensControlALMALENCE src) XrDigitalLensControlALMALENCE.flags(long value) XrDigitalLensControlALMALENCE.next(@NotNull MemorySegment value) XrDigitalLensControlALMALENCE.Ptr.toArray()XrDigitalLensControlALMALENCE.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrDigitalLensControlALMALENCEModifier and TypeMethodDescription@NotNull Iterator<XrDigitalLensControlALMALENCE> XrDigitalLensControlALMALENCE.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrDigitalLensControlALMALENCEModifier and TypeMethodDescriptionXrDigitalLensControlALMALENCE.clone(Arena arena, XrDigitalLensControlALMALENCE src) voidXrDigitalLensControlALMALENCE.Ptr.write(long index, @NotNull XrDigitalLensControlALMALENCE value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrDigitalLensControlALMALENCEModifier and TypeMethodDescriptionXrDigitalLensControlALMALENCE.Ptr.at(long index, @NotNull Consumer<@NotNull XrDigitalLensControlALMALENCE> consumer)