Uses of Record Class
club.doki7.openal.handle.ALCcontext.Ptr
Packages that use ALCcontext.Ptr
-
Uses of ALCcontext.Ptr in club.doki7.openal.handle
Methods in club.doki7.openal.handle that return ALCcontext.PtrModifier and TypeMethodDescriptionstatic ALCcontext.Ptr
static ALCcontext.Ptr
static ALCcontext.Ptr
ALCcontext.Ptr.allocate
(Arena arena, @Nullable ALCcontext @NotNull [] values) static ALCcontext.Ptr
ALCcontext.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable ALCcontext> values) static ALCcontext.Ptr
ALCcontext.Ptr.allocateV
(Arena arena, @Nullable ALCcontext value0, @Nullable ALCcontext... values) ALCcontext.Ptr.offset
(long offset) ALCcontext.Ptr.reinterpret
(long newSize) Assume theALCcontext.Ptr
is capable of holding at leastnewSize
handles, create a new viewALCcontext.Ptr
that uses the same backing storage as thisALCcontext.Ptr
, but with the new size.ALCcontext.Ptr.slice
(long end) ALCcontext.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).