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