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.Ptr
XrRenderModelNodeStateEXT.Ptr.offset
(long offset) @NotNull XrRenderModelNodeStateEXT.Ptr
XrRenderModelNodeStateEXT.Ptr.reinterpret
(long newSize) Assume theXrRenderModelNodeStateEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRenderModelNodeStateEXT.Ptr
that uses the same backing storage as thisXrRenderModelNodeStateEXT.Ptr
, but with the new size.XrRenderModelNodeStateEXT.Ptr.slice
(long end) @NotNull XrRenderModelNodeStateEXT.Ptr
XrRenderModelNodeStateEXT.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).