Uses of Record Class
club.doki7.openxr.datatype.XrSceneMeshBuffersGetInfoMSFT
Packages that use XrSceneMeshBuffersGetInfoMSFT
-
Uses of XrSceneMeshBuffersGetInfoMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneMeshBuffersGetInfoMSFTModifier and TypeMethodDescriptionint
XR.getSceneMeshBuffersMSFT
(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) -
Uses of XrSceneMeshBuffersGetInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneMeshBuffersGetInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneMeshBuffersGetInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneMeshBuffersGetInfoMSFTModifier and TypeMethodDescription@NotNull XrSceneMeshBuffersGetInfoMSFT
XrSceneMeshBuffersGetInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSceneMeshBuffersGetInfoMSFT.clone
(Arena arena, XrSceneMeshBuffersGetInfoMSFT src) XrSceneMeshBuffersGetInfoMSFT.meshBufferId
(long value) XrSceneMeshBuffersGetInfoMSFT.next
(@NotNull MemorySegment value) XrSceneMeshBuffersGetInfoMSFT.Ptr.toArray()
XrSceneMeshBuffersGetInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneMeshBuffersGetInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneMeshBuffersGetInfoMSFT> XrSceneMeshBuffersGetInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneMeshBuffersGetInfoMSFTModifier and TypeMethodDescriptionXrSceneMeshBuffersGetInfoMSFT.clone
(Arena arena, XrSceneMeshBuffersGetInfoMSFT src) void
XrSceneMeshBuffersGetInfoMSFT.Ptr.write
(long index, @NotNull XrSceneMeshBuffersGetInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneMeshBuffersGetInfoMSFTModifier and TypeMethodDescriptionXrSceneMeshBuffersGetInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneMeshBuffersGetInfoMSFT> consumer)