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.Ptr
static ALCdevice.Ptr
static ALCdevice.Ptr
static ALCdevice.Ptr
ALCdevice.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable ALCdevice> values) static ALCdevice.Ptr
ALCdevice.Ptr.offset
(long offset) ALCdevice.Ptr.reinterpret
(long newSize) Assume theALCdevice.Ptr
is capable of holding at leastnewSize
handles, create a new viewALCdevice.Ptr
that 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).