Uses of Record Class
club.doki7.openxr.datatype.XrHandMeshVertexBufferMSFT.Ptr
Packages that use XrHandMeshVertexBufferMSFT.Ptr
-
Uses of XrHandMeshVertexBufferMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrHandMeshVertexBufferMSFT.PtrModifier and TypeMethodDescriptionXrHandMeshVertexBufferMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandMeshVertexBufferMSFT> consumer) @NotNull XrHandMeshVertexBufferMSFT.PtrXrHandMeshVertexBufferMSFT.Ptr.offset(long offset) @NotNull XrHandMeshVertexBufferMSFT.PtrXrHandMeshVertexBufferMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshVertexBufferMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshVertexBufferMSFT.Ptrthat uses the same backing storage as thisXrHandMeshVertexBufferMSFT.Ptr, but with the new size.XrHandMeshVertexBufferMSFT.Ptr.slice(long end) @NotNull XrHandMeshVertexBufferMSFT.PtrXrHandMeshVertexBufferMSFT.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).