Uses of Record Class
club.doki7.openal.handle.ALCdevice.Ptr
Packages that use ALCdevice.Ptr
-
Uses of ALCdevice.Ptr in club.doki7.openal.handle
Methods in club.doki7.openal.handle that return ALCdevice.PtrModifier and TypeMethodDescriptionstatic ALCdevice.Ptrstatic ALCdevice.Ptrstatic ALCdevice.Ptrstatic ALCdevice.PtrALCdevice.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable ALCdevice> values) static ALCdevice.PtrALCdevice.Ptr.offset(long offset) ALCdevice.Ptr.reinterpret(long newSize) Assume theALCdevice.Ptris capable of holding at leastnewSizehandles, create a new viewALCdevice.Ptrthat uses the same backing storage as thisALCdevice.Ptr, but with the new size.ALCdevice.Ptr.slice(long end) ALCdevice.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).