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