Uses of Record Class
club.doki7.openxr.datatype.XrRenderModelNodeStateEXT.Ptr
Packages that use XrRenderModelNodeStateEXT.Ptr
-
Uses of XrRenderModelNodeStateEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrRenderModelNodeStateEXT.PtrModifier and TypeMethodDescriptionXrRenderModelNodeStateEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrRenderModelNodeStateEXT> consumer) XrRenderModelStateEXT.nodeStates(int assumedCount) @NotNull XrRenderModelNodeStateEXT.PtrXrRenderModelNodeStateEXT.Ptr.offset(long offset) @NotNull XrRenderModelNodeStateEXT.PtrXrRenderModelNodeStateEXT.Ptr.reinterpret(long newSize) Assume theXrRenderModelNodeStateEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrRenderModelNodeStateEXT.Ptrthat uses the same backing storage as thisXrRenderModelNodeStateEXT.Ptr, but with the new size.XrRenderModelNodeStateEXT.Ptr.slice(long end) @NotNull XrRenderModelNodeStateEXT.PtrXrRenderModelNodeStateEXT.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).