Uses of Record Class
club.doki7.openxr.datatype.XrVector4f.Ptr
Packages that use XrVector4f.Ptr
-
Uses of XrVector4f.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrVector4f.PtrModifier and TypeMethodDescriptionstatic XrVector4f.PtrXrVector4f.Ptr.at(long index, @NotNull Consumer<@NotNull XrVector4f> consumer) @NotNull XrVector4f.PtrXrVector4f.Ptr.offset(long offset) @NotNull XrVector4f.PtrXrVector4f.Ptr.reinterpret(long newSize) Assume theXrVector4f.Ptris capable of holding at leastnewSizestructures, create a new viewXrVector4f.Ptrthat uses the same backing storage as thisXrVector4f.Ptr, but with the new size.XrVector4f.Ptr.slice(long end) @NotNull XrVector4f.PtrXrVector4f.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).XrHandTrackingMeshFB.vertexBlendWeights(int assumedCount)