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