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.Ptr
XrDebugUtilsLabelEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrDebugUtilsLabelEXT> consumer) @NotNull XrDebugUtilsLabelEXT.Ptr
XrDebugUtilsLabelEXT.Ptr.offset
(long offset) @NotNull XrDebugUtilsLabelEXT.Ptr
XrDebugUtilsLabelEXT.Ptr.reinterpret
(long newSize) Assume theXrDebugUtilsLabelEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrDebugUtilsLabelEXT.Ptr
that uses the same backing storage as thisXrDebugUtilsLabelEXT.Ptr
, but with the new size.XrDebugUtilsMessengerCallbackDataEXT.sessionLabels
(int assumedCount) XrDebugUtilsLabelEXT.Ptr.slice
(long end) @NotNull XrDebugUtilsLabelEXT.Ptr
XrDebugUtilsLabelEXT.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).