Uses of Record Class
club.doki7.openxr.datatype.XrSceneMeshVertexBufferMSFT
Packages that use XrSceneMeshVertexBufferMSFT
-
Uses of XrSceneMeshVertexBufferMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneMeshVertexBufferMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneMeshVertexBufferMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrSceneMeshVertexBufferMSFT
@NotNull XrSceneMeshVertexBufferMSFT
XrSceneMeshVertexBufferMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSceneMeshVertexBufferMSFT
XrSceneMeshVertexBufferMSFT.clone
(Arena arena, XrSceneMeshVertexBufferMSFT src) XrSceneMeshVertexBufferMSFT.next
(@NotNull MemorySegment value) XrSceneMeshVertexBufferMSFT.Ptr.toArray()
XrSceneMeshVertexBufferMSFT.type
(int value) XrSceneMeshVertexBufferMSFT.vertexCapacityInput
(int value) XrSceneMeshVertexBufferMSFT.vertexCountOutput
(int value) XrSceneMeshVertexBufferMSFT.vertices
(@Nullable IXrVector3f value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneMeshVertexBufferMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneMeshVertexBufferMSFT> XrSceneMeshVertexBufferMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrSceneMeshVertexBufferMSFT
XrSceneMeshVertexBufferMSFT.clone
(Arena arena, XrSceneMeshVertexBufferMSFT src) void
XrSceneMeshVertexBufferMSFT.Ptr.write
(long index, @NotNull XrSceneMeshVertexBufferMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneMeshVertexBufferMSFTModifier and TypeMethodDescriptionXrSceneMeshVertexBufferMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneMeshVertexBufferMSFT> consumer)