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 recordRepresents a pointer to / an array ofXrSceneMeshVertexBufferMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneMeshVertexBufferMSFTModifier and TypeMethodDescriptionstatic XrSceneMeshVertexBufferMSFT@NotNull XrSceneMeshVertexBufferMSFTXrSceneMeshVertexBufferMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSceneMeshVertexBufferMSFTXrSceneMeshVertexBufferMSFT.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 XrSceneMeshVertexBufferMSFTXrSceneMeshVertexBufferMSFT.clone(Arena arena, XrSceneMeshVertexBufferMSFT src) voidXrSceneMeshVertexBufferMSFT.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)