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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrNewSceneComputeInfoMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrNewSceneComputeInfoMSFTModifier and TypeMethodDescriptionstatic XrNewSceneComputeInfoMSFT@NotNull XrNewSceneComputeInfoMSFTXrNewSceneComputeInfoMSFT.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 XrNewSceneComputeInfoMSFTXrNewSceneComputeInfoMSFT.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 XrNewSceneComputeInfoMSFTXrNewSceneComputeInfoMSFT.clone(Arena arena, XrNewSceneComputeInfoMSFT src) voidXrNewSceneComputeInfoMSFT.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)