Uses of Record Class
club.doki7.openxr.datatype.XrCreateSpatialContextCompletionEXT
Packages that use XrCreateSpatialContextCompletionEXT
-
Uses of XrCreateSpatialContextCompletionEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrCreateSpatialContextCompletionEXTModifier and TypeMethodDescriptionintXR.createSpatialContextCompleteEXT(XrSession session, XrFutureEXT future, XrCreateSpatialContextCompletionEXT completion) -
Uses of XrCreateSpatialContextCompletionEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCreateSpatialContextCompletionEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrCreateSpatialContextCompletionEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCreateSpatialContextCompletionEXTModifier and TypeMethodDescription@NotNull XrCreateSpatialContextCompletionEXTXrCreateSpatialContextCompletionEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrCreateSpatialContextCompletionEXT.clone(Arena arena, XrCreateSpatialContextCompletionEXT src) XrCreateSpatialContextCompletionEXT.futureResult(int value) XrCreateSpatialContextCompletionEXT.next(@NotNull MemorySegment value) XrCreateSpatialContextCompletionEXT.spatialContext(@Nullable XrSpatialContextEXT value) XrCreateSpatialContextCompletionEXT.Ptr.toArray()XrCreateSpatialContextCompletionEXT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrCreateSpatialContextCompletionEXTModifier and TypeMethodDescription@NotNull Iterator<XrCreateSpatialContextCompletionEXT> XrCreateSpatialContextCompletionEXT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrCreateSpatialContextCompletionEXTModifier and TypeMethodDescriptionXrCreateSpatialContextCompletionEXT.clone(Arena arena, XrCreateSpatialContextCompletionEXT src) voidXrCreateSpatialContextCompletionEXT.Ptr.write(long index, @NotNull XrCreateSpatialContextCompletionEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCreateSpatialContextCompletionEXTModifier and TypeMethodDescriptionXrCreateSpatialContextCompletionEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrCreateSpatialContextCompletionEXT> consumer)