Uses of Record Class
club.doki7.openxr.datatype.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT
Packages that use XrCreateSpatialDiscoverySnapshotCompletionInfoEXT
-
Uses of XrCreateSpatialDiscoverySnapshotCompletionInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeMethodDescriptionint
XR.createSpatialDiscoverySnapshotCompleteEXT
(XrSpatialContextEXT spatialContext, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, XrCreateSpatialDiscoverySnapshotCompletionEXT completion) -
Uses of XrCreateSpatialDiscoverySnapshotCompletionInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrCreateSpatialDiscoverySnapshotCompletionInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeMethodDescriptionXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.clone
(Arena arena, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT src) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.future
(@Nullable XrFutureEXT value) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.next
(@NotNull MemorySegment value) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.time
(long value) XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.toArray()
XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeMethodDescriptionXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeMethodDescriptionXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.clone
(Arena arena, XrCreateSpatialDiscoverySnapshotCompletionInfoEXT src) void
XrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.write
(long index, @NotNull XrCreateSpatialDiscoverySnapshotCompletionInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCreateSpatialDiscoverySnapshotCompletionInfoEXTModifier and TypeMethodDescriptionXrCreateSpatialDiscoverySnapshotCompletionInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrCreateSpatialDiscoverySnapshotCompletionInfoEXT> consumer)