Uses of Record Class
club.doki7.openxr.datatype.XrNewSceneComputeInfoMSFT
Packages that use XrNewSceneComputeInfoMSFT
-
Uses of XrNewSceneComputeInfoMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrNewSceneComputeInfoMSFTModifier and TypeMethodDescriptionint
XR.computeNewSceneMSFT
(XrSceneObserverMSFT sceneObserver, XrNewSceneComputeInfoMSFT computeInfo) -
Uses of XrNewSceneComputeInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrNewSceneComputeInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrNewSceneComputeInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrNewSceneComputeInfoMSFTModifier and TypeMethodDescriptionstatic XrNewSceneComputeInfoMSFT
@NotNull XrNewSceneComputeInfoMSFT
XrNewSceneComputeInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrNewSceneComputeInfoMSFT.bounds
(@NotNull XrSceneBoundsMSFT value) XrNewSceneComputeInfoMSFT.bounds
(Consumer<@NotNull XrSceneBoundsMSFT> consumer) static XrNewSceneComputeInfoMSFT
XrNewSceneComputeInfoMSFT.clone
(Arena arena, XrNewSceneComputeInfoMSFT src) XrNewSceneComputeInfoMSFT.consistency
(int value) XrNewSceneComputeInfoMSFT.next
(@NotNull MemorySegment value) XrNewSceneComputeInfoMSFT.requestedFeatureCount
(int value) XrNewSceneComputeInfoMSFT.requestedFeatures
(@Nullable IntPtr value) XrNewSceneComputeInfoMSFT.Ptr.toArray()
XrNewSceneComputeInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrNewSceneComputeInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrNewSceneComputeInfoMSFT> XrNewSceneComputeInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrNewSceneComputeInfoMSFTModifier and TypeMethodDescriptionstatic XrNewSceneComputeInfoMSFT
XrNewSceneComputeInfoMSFT.clone
(Arena arena, XrNewSceneComputeInfoMSFT src) void
XrNewSceneComputeInfoMSFT.Ptr.write
(long index, @NotNull XrNewSceneComputeInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrNewSceneComputeInfoMSFTModifier and TypeMethodDescriptionXrNewSceneComputeInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrNewSceneComputeInfoMSFT> consumer)